#EDE788

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

Shades of Khaki #EDE788

Tints of Khaki #EDE788

Color information

#EDE788 (or 0xEDE788) is unknown color: approx Khaki. HEX triplet: ED, E7 and 88. RGB value is (237,231,136). Sum of RGB (Red+Green+Blue) = 237+231+136=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 136 (53.52% from 255 or 22.52% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE788 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE788 is #121877. Grayscale: #DEDEDE. Windows color (decimal): -1185912 or 8972269. OLE color: 8972269.

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

Color convert

RGB237231136-
CMYK00.030.430.07
HSL56.44º73.72%73.14%-
HSV(B)56.44º42.62%92.94%-
XYZ67.9476.9334.56-
YUV221.9679.49138.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.24%
GREEN value IS 231 (90.62% from 255) = 38.25%
BLUE value IS 136 (53.52% from 255) = 22.52%
R=39.24%
G=38.25%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723113600.030.430.0756.4473.7273.14
HexEDE788032B7384a49
Octal3553472100353770112111
Binary11101101111001111000100001110101111111100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE788; }

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

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

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

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

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

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

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

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