#EDE58D

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

Shades of Khaki #EDE58D

Tints of Khaki #EDE58D

Color information

#EDE58D (or 0xEDE58D) is unknown color: approx Khaki. HEX triplet: ED, E5 and 8D. RGB value is (237,229,141). Sum of RGB (Red+Green+Blue) = 237+229+141=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE58D is #121A72. Grayscale: #DDDDDD. Windows color (decimal): -1186419 or 9299437. OLE color: 9299437.

HSL color Cylindrical-coordinate representation of color #EDE58D: hue angle of 55º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDE58D is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB237229141-
CMYK00.030.410.07
HSL55º72.73%74.12%-
HSV(B)55º40.51%92.94%-
XYZ67.7575.9736.29-
YUV221.3682.65139.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 229 (89.84% from 255) = 37.73%
BLUE value IS 141 (55.47% from 255) = 23.23%
R=39.04%
G=37.73%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722914100.030.410.075572.7374.12
HexEDE58D0329737494a
Octal3553452150351767111112
Binary11101101111001011000110101110100111111011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE58D; }

 p { color: rgb(237,229,141); }

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

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

 a { background-color: rgb(237,229,141); }

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

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

 span { border-color: rgb(237,229,141); }

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