#EDE994

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

Shades of Khaki #EDE994

Tints of Khaki #EDE994

Color information

#EDE994 (or 0xEDE994) is unknown color: approx Khaki. HEX triplet: ED, E9 and 94. RGB value is (237,233,148). Sum of RGB (Red+Green+Blue) = 237+233+148=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 148 (58.20% from 255 or 23.95% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE994 is #12166B. Grayscale: #E0E0E0. Windows color (decimal): -1185388 or 9759213. OLE color: 9759213.

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

Color convert

RGB237233148-
CMYK00.020.380.07
HSL57.3º71.2%75.49%-
HSV(B)57.3º37.55%92.94%-
XYZ69.4178.4239.5-
YUV224.5184.83136.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 233 (91.41% from 255) = 37.70%
BLUE value IS 148 (58.20% from 255) = 23.95%
R=38.35%
G=37.70%
B=23.95%

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
Decimal23723314800.020.380.0757.371.275.49
HexEDE9940226739474b
Octal3553512240246771107113
Binary11101101111010011001010001010011011111100110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE994; }

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

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

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

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

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

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

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

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