#EFE289

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

Shades of Khaki #EFE289

Tints of Khaki #EFE289

Color information

#EFE289 (or 0xEFE289) is unknown color: approx Khaki. HEX triplet: EF, E2 and 89. RGB value is (239,226,137). Sum of RGB (Red+Green+Blue) = 239+226+137=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 137 (53.91% from 255 or 22.76% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE289 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE289 is #101D76. Grayscale: #DCDCDC. Windows color (decimal): -1056119 or 9036527. OLE color: 9036527.

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

Color convert

RGB239226137-
CMYK00.050.430.06
HSL52.35º76.12%73.73%-
HSV(B)52.35º42.68%93.73%-
XYZ67.3174.5534.51-
YUV219.7481.31141.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 226 (88.67% from 255) = 37.54%
BLUE value IS 137 (53.91% from 255) = 22.76%
R=39.70%
G=37.54%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922613700.050.430.0652.3576.1273.73
HexEFE289052B6344c4a
Octal3573422110553664114112
Binary111011111110001010001001010110101111011010010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE289; }

 p { color: rgb(239,226,137); }

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

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

 a { background-color: rgb(239,226,137); }

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

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

 span { border-color: rgb(239,226,137); }

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