#EDE592

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

Shades of Khaki #EDE592

Tints of Khaki #EDE592

Color information

#EDE592 (or 0xEDE592) is unknown color: approx Khaki. HEX triplet: ED, E5 and 92. RGB value is (237,229,146). Sum of RGB (Red+Green+Blue) = 237+229+146=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 146 (57.42% from 255 or 23.86% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE592 is #121A6D. Grayscale: #DEDEDE. Windows color (decimal): -1186414 or 9627117. OLE color: 9627117.

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

Color convert

RGB237229146-
CMYK00.030.380.07
HSL54.73º71.65%75.1%-
HSV(B)54.73º38.4%92.94%-
XYZ68.1376.1238.3-
YUV221.9385.15138.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 229 (89.84% from 255) = 37.42%
BLUE value IS 146 (57.42% from 255) = 23.86%
R=38.73%
G=37.42%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722914600.030.380.0754.7371.6575.1
HexEDE5920326737484b
Octal3553452220346767110113
Binary11101101111001011001001001110011011111011110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE592; }

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

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

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

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

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

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

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

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