#EDE386

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

Shades of Khaki #EDE386

Tints of Khaki #EDE386

Color information

#EDE386 (or 0xEDE386) is unknown color: approx Khaki. HEX triplet: ED, E3 and 86. RGB value is (237,227,134). Sum of RGB (Red+Green+Blue) = 237+227+134=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 134 (52.73% from 255 or 22.41% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE386 is #121C79. Grayscale: #DBDBDB. Windows color (decimal): -1186938 or 8840173. OLE color: 8840173.

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

Color convert

RGB237227134-
CMYK00.040.430.07
HSL54.17º74.1%72.75%-
HSV(B)54.17º43.46%92.94%-
XYZ66.774.6633.45-
YUV219.3979.81140.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.63%
GREEN value IS 227 (89.06% from 255) = 37.96%
BLUE value IS 134 (52.73% from 255) = 22.41%
R=39.63%
G=37.96%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722713400.040.430.0754.1774.172.75
HexEDE386042B7364a49
Octal3553432060453766112111
Binary111011011110001110000110010010101111111011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE386; }

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

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

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

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

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

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

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

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