#EDE48E

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

Shades of Khaki #EDE48E

Tints of Khaki #EDE48E

Color information

#EDE48E (or 0xEDE48E) is unknown color: approx Khaki. HEX triplet: ED, E4 and 8E. RGB value is (237,228,142). Sum of RGB (Red+Green+Blue) = 237+228+142=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 142 (55.86% from 255 or 23.39% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE48E is #121B71. Grayscale: #DDDDDD. Windows color (decimal): -1186674 or 9364717. OLE color: 9364717.

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

Color convert

RGB237228142-
CMYK00.040.400.07
HSL54.32º72.52%74.31%-
HSV(B)54.32º40.08%92.94%-
XYZ67.5575.4436.59-
YUV220.8983.48139.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 228 (89.45% from 255) = 37.56%
BLUE value IS 142 (55.86% from 255) = 23.39%
R=39.04%
G=37.56%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722814200.040.400.0754.3272.5274.31
HexEDE48E0428736494a
Octal3553442160450766111112
Binary111011011110010010001110010010100011111011010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE48E; }

 p { color: rgb(237,228,142); }

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

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

 a { background-color: rgb(237,228,142); }

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

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

 span { border-color: rgb(237,228,142); }

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