#EFE388

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

Shades of Khaki #EFE388

Tints of Khaki #EFE388

Color information

#EFE388 (or 0xEFE388) is unknown color: approx Khaki. HEX triplet: EF, E3 and 88. RGB value is (239,227,136). Sum of RGB (Red+Green+Blue) = 239+227+136=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 136 (53.52% from 255 or 22.59% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE388 is #101C77. Grayscale: #DCDCDC. Windows color (decimal): -1055864 or 8971247. OLE color: 8971247.

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

Color convert

RGB239227136-
CMYK00.050.430.06
HSL53.01º76.3%73.53%-
HSV(B)53.01º43.1%93.73%-
XYZ67.5175.0734.22-
YUV220.2180.48141.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 227 (89.06% from 255) = 37.71%
BLUE value IS 136 (53.52% from 255) = 22.59%
R=39.70%
G=37.71%
B=22.59%

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
Decimal23922713600.050.430.0653.0176.373.53
HexEFE388052B6354c4a
Octal3573432100553665114112
Binary111011111110001110001000010110101111011010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE388; }

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

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

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

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

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

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

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

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