#EFE989

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

Shades of Khaki #EFE989

Tints of Khaki #EFE989

Color information

#EFE989 (or 0xEFE989) is unknown color: approx Khaki. HEX triplet: EF, E9 and 89. RGB value is (239,233,137). Sum of RGB (Red+Green+Blue) = 239+233+137=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 137 (53.91% from 255 or 22.50% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE989 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE989 is #101676. Grayscale: #E0E0E0. Windows color (decimal): -1054327 or 9038319. OLE color: 9038319.

HSL color Cylindrical-coordinate representation of color #EFE989: hue angle of 56.47º 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 #EFE989 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB239233137-
CMYK00.030.430.06
HSL56.47º76.12%73.73%-
HSV(B)56.47º42.68%93.73%-
XYZ69.2578.4335.16-
YUV223.8578.99138.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 233 (91.41% from 255) = 38.26%
BLUE value IS 137 (53.91% from 255) = 22.50%
R=39.24%
G=38.26%
B=22.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923313700.030.430.0656.4776.1273.73
HexEFE989032B6384c4a
Octal3573512110353670114112
Binary11101111111010011000100101110101111011100010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE989; }

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

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

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

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

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

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

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

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