#EFEA88

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

Shades of Khaki #EFEA88

Tints of Khaki #EFEA88

Color information

#EFEA88 (or 0xEFEA88) is unknown color: approx Khaki. HEX triplet: EF, EA and 88. RGB value is (239,234,136). Sum of RGB (Red+Green+Blue) = 239+234+136=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 136 (53.52% from 255 or 22.33% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEA88 is #101577. Grayscale: #E0E0E0. Windows color (decimal): -1054072 or 8973039. OLE color: 8973039.

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

Color convert

RGB239234136-
CMYK00.020.430.06
HSL57.09º76.3%73.53%-
HSV(B)57.09º43.1%93.73%-
XYZ69.4678.9734.87-
YUV224.3278.16138.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 234 (91.80% from 255) = 38.42%
BLUE value IS 136 (53.52% from 255) = 22.33%
R=39.24%
G=38.42%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923413600.020.430.0657.0976.373.53
HexEFEA88022B6394c4a
Octal3573522100253671114112
Binary11101111111010101000100001010101111011100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEA88; }

 p { color: rgb(239,234,136); }

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

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

 a { background-color: rgb(239,234,136); }

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

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

 span { border-color: rgb(239,234,136); }

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