#EDE797

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

Shades of Khaki #EDE797

Tints of Khaki #EDE797

Color information

#EDE797 (or 0xEDE797) is unknown color: approx Khaki. HEX triplet: ED, E7 and 97. RGB value is (237,231,151). Sum of RGB (Red+Green+Blue) = 237+231+151=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 151 (59.38% from 255 or 24.39% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE797 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE797 is #121868. Grayscale: #E0E0E0. Windows color (decimal): -1185897 or 9955309. OLE color: 9955309.

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

Color convert

RGB237231151-
CMYK00.030.360.07
HSL55.81º70.49%76.08%-
HSV(B)55.81º36.29%92.94%-
XYZ69.0977.3940.57-
YUV223.6786.99137.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 231 (90.62% from 255) = 37.32%
BLUE value IS 151 (59.38% from 255) = 24.39%
R=38.29%
G=37.32%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723115100.030.360.0755.8170.4976.08
HexEDE7970324738464c
Octal3553472270344770106114
Binary11101101111001111001011101110010011111100010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE797; }

 p { color: rgb(237,231,151); }

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

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

 a { background-color: rgb(237,231,151); }

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

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

 span { border-color: rgb(237,231,151); }

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