#EDE791

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

Shades of Khaki #EDE791

Tints of Khaki #EDE791

Color information

#EDE791 (or 0xEDE791) is unknown color: approx Khaki. HEX triplet: ED, E7 and 91. RGB value is (237,231,145). Sum of RGB (Red+Green+Blue) = 237+231+145=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 145 (57.03% from 255 or 23.65% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE791 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE791 is #12186E. Grayscale: #DFDFDF. Windows color (decimal): -1185903 or 9562093. OLE color: 9562093.

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

Color convert

RGB237231145-
CMYK00.030.390.07
HSL56.09º71.88%74.9%-
HSV(B)56.09º38.82%92.94%-
XYZ68.6177.238.07-
YUV222.9983.99137.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 231 (90.62% from 255) = 37.68%
BLUE value IS 145 (57.03% from 255) = 23.65%
R=38.66%
G=37.68%
B=23.65%

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
Decimal23723114500.030.390.0756.0971.8874.9
HexEDE7910327738484b
Octal3553472210347770110113
Binary11101101111001111001000101110011111111100010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE791; }

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

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

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

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

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

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

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

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