#EDDE92

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

Shades of Khaki #EDDE92

Tints of Khaki #EDDE92

Color information

#EDDE92 (or 0xEDDE92) is unknown color: approx Khaki. HEX triplet: ED, DE and 92. RGB value is (237,222,146). Sum of RGB (Red+Green+Blue) = 237+222+146=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 146 (57.42% from 255 or 24.13% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE92 is #12216D. Grayscale: #DADADA. Windows color (decimal): -1188206 or 9625325. OLE color: 9625325.

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

Color convert

RGB237222146-
CMYK00.060.380.07
HSL50.11º71.65%75.1%-
HSV(B)50.11º38.4%92.94%-
XYZ66.2372.3237.66-
YUV217.8287.47141.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 222 (87.11% from 255) = 36.69%
BLUE value IS 146 (57.42% from 255) = 24.13%
R=39.17%
G=36.69%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722214600.060.380.0750.1171.6575.1
HexEDDE920626732484b
Octal3553362220646762110113
Binary111011011101111010010010011010011011111001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE92; }

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

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

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

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

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

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

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

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