#EADE9C

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

Shades of Mint Julep #EADE9C

Tints of Mint Julep #EADE9C

Color information

#EADE9C (or 0xEADE9C) is unknown color: approx Mint Julep. HEX triplet: EA, DE and 9C. RGB value is (234,222,156). Sum of RGB (Red+Green+Blue) = 234+222+156=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 156 (61.33% from 255 or 25.49% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADE9C is #152163. Grayscale: #DADADA. Windows color (decimal): -1384804 or 10280682. OLE color: 10280682.

HSL color Cylindrical-coordinate representation of color #EADE9C: hue angle of 50.77º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EADE9C is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB234222156-
CMYK00.050.330.08
HSL50.77º65%76.47%-
HSV(B)50.77º33.33%91.76%-
XYZ66.0572.1441.89-
YUV218.0692.98139.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.24%
GREEN value IS 222 (87.11% from 255) = 36.27%
BLUE value IS 156 (61.33% from 255) = 25.49%
R=38.24%
G=36.27%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422215600.050.330.0850.776576.47
HexEADE9C0521833414c
Octal35233623405411063101114
Binary1110101011011110100111000101100001100011001110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADE9C; }

 p { color: rgb(234,222,156); }

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

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

 a { background-color: rgb(234,222,156); }

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

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

 span { border-color: rgb(234,222,156); }

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