#EDE88A

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

Shades of Khaki #EDE88A

Tints of Khaki #EDE88A

Color information

#EDE88A (or 0xEDE88A) is unknown color: approx Khaki. HEX triplet: ED, E8 and 8A. RGB value is (237,232,138). Sum of RGB (Red+Green+Blue) = 237+232+138=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE88A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE88A is #121775. Grayscale: #DFDFDF. Windows color (decimal): -1185654 or 9103597. OLE color: 9103597.

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

Color convert

RGB237232138-
CMYK00.020.420.07
HSL56.97º73.33%73.53%-
HSV(B)56.97º41.77%92.94%-
XYZ68.3777.5535.41-
YUV222.7880.16138.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 232 (91.02% from 255) = 38.22%
BLUE value IS 138 (54.30% from 255) = 22.73%
R=39.04%
G=38.22%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723213800.020.420.0756.9773.3373.53
HexEDE88A022A739494a
Octal3553502120252771111112
Binary11101101111010001000101001010101011111100110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE88A; }

 p { color: rgb(237,232,138); }

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

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

 a { background-color: rgb(237,232,138); }

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

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

 span { border-color: rgb(237,232,138); }

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