#EDE98D

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

Shades of Khaki #EDE98D

Tints of Khaki #EDE98D

Color information

#EDE98D (or 0xEDE98D) is unknown color: approx Khaki. HEX triplet: ED, E9 and 8D. RGB value is (237,233,141). Sum of RGB (Red+Green+Blue) = 237+233+141=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE98D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE98D is #121672. Grayscale: #E0E0E0. Windows color (decimal): -1185395 or 9300461. OLE color: 9300461.

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

Color convert

RGB237233141-
CMYK00.020.410.07
HSL57.5º72.73%74.12%-
HSV(B)57.5º40.51%92.94%-
XYZ68.8778.2136.66-
YUV223.7181.33137.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 233 (91.41% from 255) = 38.13%
BLUE value IS 141 (55.47% from 255) = 23.08%
R=38.79%
G=38.13%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723314100.020.410.0757.572.7374.12
HexEDE98D022973a494a
Octal3553512150251772111112
Binary11101101111010011000110101010100111111101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE98D; }

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

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

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

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

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

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

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

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