#EDE593

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

Shades of Khaki #EDE593

Tints of Khaki #EDE593

Color information

#EDE593 (or 0xEDE593) is unknown color: approx Khaki. HEX triplet: ED, E5 and 93. RGB value is (237,229,147). Sum of RGB (Red+Green+Blue) = 237+229+147=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 147 (57.81% from 255 or 23.98% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE593 is #121A6C. Grayscale: #DEDEDE. Windows color (decimal): -1186413 or 9692653. OLE color: 9692653.

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

Color convert

RGB237229147-
CMYK00.030.380.07
HSL54.67º71.43%75.29%-
HSV(B)54.67º37.97%92.94%-
XYZ68.2176.1538.71-
YUV222.0485.65138.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 229 (89.84% from 255) = 37.36%
BLUE value IS 147 (57.81% from 255) = 23.98%
R=38.66%
G=37.36%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722914700.030.380.0754.6771.4375.29
HexEDE5930326737474b
Octal3553452230346767107113
Binary11101101111001011001001101110011011111011110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE593; }

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

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

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

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

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

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

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

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