#EFE08E

Color #EFE08E Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Khaki #EFE08E

Tints of Khaki #EFE08E

Color information

#EFE08E (or 0xEFE08E) is unknown color: approx Khaki. HEX triplet: EF, E0 and 8E. RGB value is (239,224,142). Sum of RGB (Red+Green+Blue) = 239+224+142=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 142 (55.86% from 255 or 23.47% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE08E is #101F71. Grayscale: #DBDBDB. Windows color (decimal): -1056626 or 9363695. OLE color: 9363695.

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

Color convert

RGB239224142-
CMYK00.060.410.06
HSL50.72º75.19%74.71%-
HSV(B)50.72º40.59%93.73%-
XYZ67.1373.6236.26-
YUV219.1484.47142.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 224 (87.89% from 255) = 37.02%
BLUE value IS 142 (55.86% from 255) = 23.47%
R=39.50%
G=37.02%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922414200.060.410.0650.7275.1974.71
HexEFE08E06296334b4b
Octal3573402160651663113113
Binary111011111110000010001110011010100111011001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE08E; }

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

 H1.HeaderClassName
 {
   color: #EFE08E;
 }
 .AnyTagClassName
 {
   color: #EFE08E;
 }
</style>
background-color css

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

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

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

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

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

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