#EDE394

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

Shades of Khaki #EDE394

Tints of Khaki #EDE394

Color information

#EDE394 (or 0xEDE394) is unknown color: approx Khaki. HEX triplet: ED, E3 and 94. RGB value is (237,227,148). Sum of RGB (Red+Green+Blue) = 237+227+148=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 148 (58.20% from 255 or 24.18% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE394 is #121C6B. Grayscale: #DDDDDD. Windows color (decimal): -1186924 or 9757677. OLE color: 9757677.

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

Color convert

RGB237227148-
CMYK00.040.380.07
HSL53.26º71.2%75.49%-
HSV(B)53.26º37.55%92.94%-
XYZ67.7475.0838.94-
YUV220.9886.81139.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 227 (89.06% from 255) = 37.09%
BLUE value IS 148 (58.20% from 255) = 24.18%
R=38.73%
G=37.09%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722714800.040.380.0753.2671.275.49
HexEDE3940426735474b
Octal3553432240446765107113
Binary111011011110001110010100010010011011111010110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE394; }

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

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

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

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

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

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

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

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