#EFE98C

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

Shades of Khaki #EFE98C

Tints of Khaki #EFE98C

Color information

#EFE98C (or 0xEFE98C) is unknown color: approx Khaki. HEX triplet: EF, E9 and 8C. RGB value is (239,233,140). Sum of RGB (Red+Green+Blue) = 239+233+140=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 140 (55.08% from 255 or 22.88% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE98C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE98C is #101673. Grayscale: #E0E0E0. Windows color (decimal): -1054324 or 9234927. OLE color: 9234927.

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

Color convert

RGB239233140-
CMYK00.030.410.06
HSL56.36º75.57%74.31%-
HSV(B)56.36º41.42%93.73%-
XYZ69.4778.5236.31-
YUV224.1980.49138.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 233 (91.41% from 255) = 38.07%
BLUE value IS 140 (55.08% from 255) = 22.88%
R=39.05%
G=38.07%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923314000.030.410.0656.3675.5774.31
HexEFE98C03296384c4a
Octal3573512140351670114112
Binary11101111111010011000110001110100111011100010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE98C; }

 p { color: rgb(239,233,140); }

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

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

 a { background-color: rgb(239,233,140); }

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

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

 span { border-color: rgb(239,233,140); }

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