COLOR #EFB699

HEX: #EFB699
RGB: (239,182,153)

Renk bilgisi

#EFB699 contains mainly red and green colors. #EFB699 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#EFB699 color RGB value is (239,182,153).

  • kırmız ton 239;
  • yeşil ton 182;
  • mavi ton 153.
RGB:
(239,182,153)
(94%,71%,60%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 182 of 255 = 71%
B 153 of 255 = 60%

239
182
153

R + G + B ~ 75%. #EFB699 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 182 + 153 = 574 (100%)
R 239 of 574 ~ 41.64%
G 182 of 574 ~ 31.71%
B 153 of 574 ~ 26.66%

%41.64
%31.71
%26.66

CMYK RENK MODELİ

#EFB699 rengi CMYK tonu (0,24,36,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.85%
  • sarı tonu 35.98%
  • ana renk tonu 6.27%
CMYK:
(0,24,36,6)
C0M24Y36K6 
(0%,24%,36%,6%)
(0.00/0.24/0.36/0.06)	

CMYK yüzdeleri

%0
%23.85
%35.98
%6.27

Codes

Color #EFB699 in popluar color models

EFB699
RGB239182153
HSL20°72.88%76.86%
HSB/HSV20°35.98%93.73%
CMYK0.00%23.85%35.98%
6.27%

Color #EFB699 in popluar number systems.

HEXEFB699
Decimal239182153
Binary111011111011011010011001
Octal357266231

Shades and tints

Shades of #EFB699

#EFB699
(239,182,153)
#DAA68C
(218,166,140)
#C5967F
(197,150,127)
#B08672
(176,134,114)
#9B7665
(155,118,101)
#866658
(134,102,88)
#71564B
(113,86,75)
#5C463E
(92,70,62)
#473631
(71,54,49)
#322624
(50,38,36)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #EFB699

#EFB699
(239,182,153)
#F0BCA2
(240,188,162)
#F1C2AB
(241,194,171)
#F2C8B4
(242,200,180)
#F3CEBD
(243,206,189)
#F4D4C6
(244,212,198)
#F5DACF
(245,218,207)
#F6E0D8
(246,224,216)
#F7E6E1
(247,230,225)
#F8ECEA
(248,236,234)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB699 color. Also use rgb(239,182,153) instead hex code.

Text Font Color

.myTextColor { color: #EFB699; }

<p style="color:#EFB699">This sample text font color is #EFB699.</p>

This text font color is #EFB699.


Background Color

.myBgColor { background-color: #EFB699; }

<div style="background-color:#EFB699">Inner text</div>

This div background color is #EFB699.


Border color

.myBorderColor { border: 1px solid #EFB699; }

<div style="border:3px solid #EFB699">Div</div>

This div border color is #EFB699.


Opacity

.myOpacity80 { color: #EFB699; opacity: 0.8; }

<p style="color:#EFB699;opacity:0.8;">80%</p>

Text with #EFB699 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EFB699;}

<p style="text-shadow: 3px 3px 1px #EFB699">Text here.</p>

This text has shadow with #EFB699 color.

.textShadow {text-shadow: 3px 3px 1px #EFB699, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EFB699, 5px 5px 20px red">Text here.</p>

This text has shadow with #EFB699 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFB699, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EFB699, Direction=45, Strength=4)">Text</p>

This text has shadow with #EFB699 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EFB699;
  -webkit-box-shadow:	1px 1px 3px 2px #EFB699;
  box-shadow:		1px 1px 3px 2px #EFB699;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFB699;
-webkit-box-shadow: 1px 1px 3px 2px #EFB699;
box-shadow:1px 1px 3px 2px #EFB699;">
Div content here</div>
This div box has shadow with color #EFB699.

Preview

Color preview on black background

This text has color #EFB699 on black background.


Color preview on white background

This text has color #EFB699 on white background.



Black color preview on #EFB699 background

This text has black color on #EFB699 background.


White color preview on #EFB699 background

This text has white color on #EFB699 background.