#EDEA90

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

Shades of Khaki #EDEA90

Tints of Khaki #EDEA90

Color information

#EDEA90 (or 0xEDEA90) is unknown color: approx Khaki. HEX triplet: ED, EA and 90. RGB value is (237,234,144). Sum of RGB (Red+Green+Blue) = 237+234+144=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 144 (56.64% from 255 or 23.41% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA90 is #12156F. Grayscale: #E1E1E1. Windows color (decimal): -1185136 or 9497325. OLE color: 9497325.

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

Color convert

RGB237234144-
CMYK00.010.390.07
HSL58.06º72.09%74.71%-
HSV(B)58.06º39.24%92.94%-
XYZ69.3878.8637.95-
YUV224.6482.49136.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 234 (91.80% from 255) = 38.05%
BLUE value IS 144 (56.64% from 255) = 23.41%
R=38.54%
G=38.05%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723414400.010.390.0758.0672.0974.71
HexEDEA90012773a484b
Octal3553522200147772110113
Binary1110110111101010100100000110011111111101010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEA90; }

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

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

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

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

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

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

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

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