#EDE893

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

Shades of Khaki #EDE893

Tints of Khaki #EDE893

Color information

#EDE893 (or 0xEDE893) is unknown color: approx Khaki. HEX triplet: ED, E8 and 93. RGB value is (237,232,147). Sum of RGB (Red+Green+Blue) = 237+232+147=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 147 (57.81% from 255 or 23.86% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE893 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE893 is #12176C. Grayscale: #E0E0E0. Windows color (decimal): -1185645 or 9693421. OLE color: 9693421.

HSL color Cylindrical-coordinate representation of color #EDE893: hue angle of 56.67º degrees, saturation: 0.71, 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 #EDE893 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237232147-
CMYK00.020.380.07
HSL56.67º71.43%75.29%-
HSV(B)56.67º37.97%92.94%-
XYZ69.0577.8238.99-
YUV223.884.66137.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 232 (91.02% from 255) = 37.66%
BLUE value IS 147 (57.81% from 255) = 23.86%
R=38.47%
G=37.66%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723214700.020.380.0756.6771.4375.29
HexEDE8930226739474b
Octal3553502230246771107113
Binary11101101111010001001001101010011011111100110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE893; }

 p { color: rgb(237,232,147); }

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

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

 a { background-color: rgb(237,232,147); }

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

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

 span { border-color: rgb(237,232,147); }

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