#EDE093

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

Shades of Khaki #EDE093

Tints of Khaki #EDE093

Color information

#EDE093 (or 0xEDE093) is unknown color: approx Khaki. HEX triplet: ED, E0 and 93. RGB value is (237,224,147). Sum of RGB (Red+Green+Blue) = 237+224+147=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 147 (57.81% from 255 or 24.18% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE093 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE093 is #121F6C. Grayscale: #DBDBDB. Windows color (decimal): -1187693 or 9691373. OLE color: 9691373.

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

Color convert

RGB237224147-
CMYK00.050.380.07
HSL51.33º71.43%75.29%-
HSV(B)51.33º37.97%92.94%-
XYZ66.8573.4238.25-
YUV219.1187.31140.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 224 (87.89% from 255) = 36.84%
BLUE value IS 147 (57.81% from 255) = 24.18%
R=38.98%
G=36.84%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722414700.050.380.0751.3371.4375.29
HexEDE0930526733474b
Octal3553402230546763107113
Binary111011011110000010010011010110011011111001110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE093; }

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

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

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

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

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

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

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

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