#EDEA92

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

Shades of Khaki #EDEA92

Tints of Khaki #EDEA92

Color information

#EDEA92 (or 0xEDEA92) is unknown color: approx Khaki. HEX triplet: ED, EA and 92. RGB value is (237,234,146). Sum of RGB (Red+Green+Blue) = 237+234+146=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 146 (57.42% from 255 or 23.66% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA92 is #12156D. Grayscale: #E1E1E1. Windows color (decimal): -1185134 or 9628397. OLE color: 9628397.

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

Color convert

RGB237234146-
CMYK00.010.380.07
HSL58.02º71.65%75.1%-
HSV(B)58.02º38.4%92.94%-
XYZ69.5478.9338.76-
YUV224.8683.49136.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 234 (91.80% from 255) = 37.93%
BLUE value IS 146 (57.42% from 255) = 23.66%
R=38.41%
G=37.93%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723414600.010.380.0758.0271.6575.1
HexEDEA92012673a484b
Octal3553522220146772110113
Binary1110110111101010100100100110011011111101010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEA92; }

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

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

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

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

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

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

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

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