#EDE192

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

Shades of Khaki #EDE192

Tints of Khaki #EDE192

Color information

#EDE192 (or 0xEDE192) is unknown color: approx Khaki. HEX triplet: ED, E1 and 92. RGB value is (237,225,146). Sum of RGB (Red+Green+Blue) = 237+225+146=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 146 (57.42% from 255 or 24.01% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE192 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE192 is #121E6D. Grayscale: #DBDBDB. Windows color (decimal): -1187438 or 9626093. OLE color: 9626093.

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

Color convert

RGB237225146-
CMYK00.050.380.07
HSL52.09º71.65%75.1%-
HSV(B)52.09º38.4%92.94%-
XYZ67.0473.9337.93-
YUV219.5886.48140.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 225 (88.28% from 255) = 37.01%
BLUE value IS 146 (57.42% from 255) = 24.01%
R=38.98%
G=37.01%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722514600.050.380.0752.0971.6575.1
HexEDE1920526734484b
Octal3553412220546764110113
Binary111011011110000110010010010110011011111010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE192; }

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

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

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

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

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

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

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

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