#EDE492

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

Shades of Khaki #EDE492

Tints of Khaki #EDE492

Color information

#EDE492 (or 0xEDE492) is unknown color: approx Khaki. HEX triplet: ED, E4 and 92. RGB value is (237,228,146). Sum of RGB (Red+Green+Blue) = 237+228+146=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 146 (57.42% from 255 or 23.90% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE492 is #121B6D. Grayscale: #DDDDDD. Windows color (decimal): -1186670 or 9626861. OLE color: 9626861.

HSL color Cylindrical-coordinate representation of color #EDE492: hue angle of 54.07º 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 #EDE492 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237228146-
CMYK00.040.380.07
HSL54.07º71.65%75.1%-
HSV(B)54.07º38.4%92.94%-
XYZ67.8675.5738.2-
YUV221.3485.48139.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 228 (89.45% from 255) = 37.32%
BLUE value IS 146 (57.42% from 255) = 23.90%
R=38.79%
G=37.32%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722814600.040.380.0754.0771.6575.1
HexEDE4920426736484b
Octal3553442220446766110113
Binary111011011110010010010010010010011011111011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE492; }

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

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

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

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

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

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

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

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