#EDE790

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

Shades of Khaki #EDE790

Tints of Khaki #EDE790

Color information

#EDE790 (or 0xEDE790) is unknown color: approx Khaki. HEX triplet: ED, E7 and 90. RGB value is (237,231,144). Sum of RGB (Red+Green+Blue) = 237+231+144=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 144 (56.64% from 255 or 23.53% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE790 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE790 is #12186F. Grayscale: #DFDFDF. Windows color (decimal): -1185904 or 9496557. OLE color: 9496557.

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

Color convert

RGB237231144-
CMYK00.030.390.07
HSL56.13º72.09%74.71%-
HSV(B)56.13º39.24%92.94%-
XYZ68.5477.1737.67-
YUV222.8883.49138.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 231 (90.62% from 255) = 37.75%
BLUE value IS 144 (56.64% from 255) = 23.53%
R=38.73%
G=37.75%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723114400.030.390.0756.1372.0974.71
HexEDE7900327738484b
Octal3553472200347770110113
Binary11101101111001111001000001110011111111100010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE790; }

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

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

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

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

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

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

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

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