#EDE395

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

Shades of Khaki #EDE395

Tints of Khaki #EDE395

Color information

#EDE395 (or 0xEDE395) is unknown color: approx Khaki. HEX triplet: ED, E3 and 95. RGB value is (237,227,149). Sum of RGB (Red+Green+Blue) = 237+227+149=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 149 (58.59% from 255 or 24.31% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE395 is #121C6A. Grayscale: #DDDDDD. Windows color (decimal): -1186923 or 9823213. OLE color: 9823213.

HSL color Cylindrical-coordinate representation of color #EDE395: hue angle of 53.18º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDE395 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB237227149-
CMYK00.040.370.07
HSL53.18º70.97%75.69%-
HSV(B)53.18º37.13%92.94%-
XYZ67.8275.1139.36-
YUV221.187.31139.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 227 (89.06% from 255) = 37.03%
BLUE value IS 149 (58.59% from 255) = 24.31%
R=38.66%
G=37.03%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722714900.040.370.0753.1870.9775.69
HexEDE3950425735474c
Octal3553432250445765107114
Binary111011011110001110010101010010010111111010110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE395; }

 p { color: rgb(237,227,149); }

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

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

 a { background-color: rgb(237,227,149); }

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

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

 span { border-color: rgb(237,227,149); }

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