#EFE588

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

Shades of Khaki #EFE588

Tints of Khaki #EFE588

Color information

#EFE588 (or 0xEFE588) is unknown color: approx Khaki. HEX triplet: EF, E5 and 88. RGB value is (239,229,136). Sum of RGB (Red+Green+Blue) = 239+229+136=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 136 (53.52% from 255 or 22.52% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE588 is #101A77. Grayscale: #DDDDDD. Windows color (decimal): -1055352 or 8971759. OLE color: 8971759.

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

Color convert

RGB239229136-
CMYK00.040.430.06
HSL54.17º76.3%73.53%-
HSV(B)54.17º43.1%93.73%-
XYZ68.0676.1734.41-
YUV221.3979.81140.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.57%
GREEN value IS 229 (89.84% from 255) = 37.91%
BLUE value IS 136 (53.52% from 255) = 22.52%
R=39.57%
G=37.91%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922913600.040.430.0654.1776.373.53
HexEFE588042B6364c4a
Octal3573452100453666114112
Binary111011111110010110001000010010101111011011010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE588; }

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

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

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

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

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

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

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

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