#ede98e

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

Shades of Khaki #EDE98E

Tints of Khaki #EDE98E

Color information

#EDE98E (or 0xEDE98E) is unknown color: approx Khaki. HEX triplet: ED, E9 and 8E. RGB value is (237,233,142). Sum of RGB (Red+Green+Blue) = 237+233+142=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 142 (55.86% from 255 or 23.20% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE98E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE98E is #121671. Grayscale: #E0E0E0. Windows color (decimal): -1185394 or 9365997. OLE color: 9365997.

HSL color Cylindrical-coordinate representation of color #EDE98E: hue angle of 57.47º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDE98E is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB237233142-
CMYK00.020.400.07
HSL57.47º72.52%74.31%-
HSV(B)57.47º40.08%92.94%-
XYZ68.9578.2437.06-
YUV223.8281.83137.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 233 (91.41% from 255) = 38.07%
BLUE value IS 142 (55.86% from 255) = 23.20%
R=38.73%
G=38.07%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723314200.020.400.0757.4772.5274.31
HexEDE98E0228739494a
Octal3553512160250771111112
Binary11101101111010011000111001010100011111100110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ede98e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ede98e; }

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

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

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

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

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

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

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

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