#EDDE90

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

Shades of Khaki #EDDE90

Tints of Khaki #EDDE90

Color information

#EDDE90 (or 0xEDDE90) is unknown color: approx Khaki. HEX triplet: ED, DE and 90. RGB value is (237,222,144). Sum of RGB (Red+Green+Blue) = 237+222+144=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 144 (56.64% from 255 or 23.88% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE90 is #12216F. Grayscale: #D9D9D9. Windows color (decimal): -1188208 or 9494253. OLE color: 9494253.

HSL color Cylindrical-coordinate representation of color #EDDE90: hue angle of 50.32º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDDE90 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB237222144-
CMYK00.060.390.07
HSL50.32º72.09%74.71%-
HSV(B)50.32º39.24%92.94%-
XYZ66.0872.2636.85-
YUV217.5986.47141.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 144 (56.64% from 255) = 23.88%
R=39.30%
G=36.82%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722214400.060.390.0750.3272.0974.71
HexEDDE900627732484b
Octal3553362200647762110113
Binary111011011101111010010000011010011111111001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE90; }

 p { color: rgb(237,222,144); }

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

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

 a { background-color: rgb(237,222,144); }

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

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

 span { border-color: rgb(237,222,144); }

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