Html Css Color HEX #EFE08B Khaki

📋 copy color: '#EFE08B'

red 239 ◦ green 224 ◦ blue 139

#EFE08B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Khaki #EFE08B

Tints of Khaki #EFE08B

RGB

 RED value IS 239 (93.75% from 255) = 39.7%

 GREEN value IS 224 (87.89% from 255) = 37.21%

 BLUE value IS 139 (54.69% from 255) = 23.09%

R = 39.7%
G = 37.21%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFE08B (or 0xEFE08B) is known color: Khaki. HEX triplet: EF, E0 and 8B. RGB value is (239,224,139). Sum of RGB (Red+Green+Blue) = 239+224+139=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 139 (54.69% from 255 or 23.09% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE08B is #101F74. Grayscale: #DBDBDB. Windows color (decimal): -1056629 or 9167087. OLE color: 9167087.

HSL color Cylindrical-coordinate representation of color #EFE08B: hue angle of 51º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFE08B is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 224 139 -
CMYK 0 0.06 0.42 0.06
HSL 51º 0.76% 0.74% -
HSV(B) 51º 0.42% 0.94% -
XYZ 66.91 73.53 35.09 -
YUV 218.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 239 224 139 0 0.06 0.42 0.06 51 0.76 0.74
Hex EF E0 8B 0 6 2A 6 33 4C 4A
Octal 357 340 213 0 6 52 6 63 114 112
Binary 11101111 11100000 10001011 0 110 101010 110 110011 1001100 1001010

Color Harmonies of #EFE08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE08B

Black with #EFE08B

Text Example


Text Example

White with #EFE08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE08B; }

 p { color: rgb(239,224,139); }

 H1.HeaderClassName
 {
   color: #EFE08B;
 }
 .AnyTagClassName
 {
   color: #EFE08B;
 }
</style>

background-color css

<style>
 a { background-color: #EFE08B; }

 a { background-color: rgb(239,224,139); }

 div.DivClassName
 {
   background-color: #EFE08B;
 }
 .BgClassName
 {
   background-color: #EFE08B;
 }
</style>

border-color css

<style>
 span { border-color: #EFE08B; }

 span { border-color: rgb(239,224,139); }

 td.TdClassName
 {
   border-color: #EFE08B;
 }
 .TagClassName
 {
   border-color: #EFE08B;
 }
</style>