#EFE58C

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

Shades of Khaki #EFE58C

Tints of Khaki #EFE58C

Color information

#EFE58C (or 0xEFE58C) is unknown color: approx Khaki. HEX triplet: EF, E5 and 8C. RGB value is (239,229,140). Sum of RGB (Red+Green+Blue) = 239+229+140=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 140 (55.08% from 255 or 23.03% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE58C is #101A73. Grayscale: #DEDEDE. Windows color (decimal): -1055348 or 9233903. OLE color: 9233903.

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

Color convert

RGB239229140-
CMYK00.040.410.06
HSL53.94º75.57%74.31%-
HSV(B)53.94º41.42%93.73%-
XYZ68.3576.2835.93-
YUV221.8481.81140.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 229 (89.84% from 255) = 37.66%
BLUE value IS 140 (55.08% from 255) = 23.03%
R=39.31%
G=37.66%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922914000.040.410.0653.9475.5774.31
HexEFE58C04296364c4a
Octal3573452140451666114112
Binary111011111110010110001100010010100111011011010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE58C; }

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

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

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

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

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

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

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

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