#EFE585

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

Shades of Khaki #EFE585

Tints of Khaki #EFE585

Color information

#EFE585 (or 0xEFE585) is unknown color: approx Khaki. HEX triplet: EF, E5 and 85. RGB value is (239,229,133). Sum of RGB (Red+Green+Blue) = 239+229+133=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE585 is #101A7A. Grayscale: #DDDDDD. Windows color (decimal): -1055355 or 8775151. OLE color: 8775151.

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

Color convert

RGB239229133-
CMYK00.040.440.06
HSL54.34º76.81%72.94%-
HSV(B)54.34º44.35%93.73%-
XYZ67.8576.0833.3-
YUV221.0578.31140.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 229 (89.84% from 255) = 38.10%
BLUE value IS 133 (52.34% from 255) = 22.13%
R=39.77%
G=38.10%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922913300.040.440.0654.3476.8172.94
HexEFE585042C6364d49
Octal3573452050454666115111
Binary111011111110010110000101010010110011011011010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE585; }

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

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

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

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

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

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

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

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