#EEC0A5

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

Shades of Zinnwaldite #EEC0A5

Tints of Zinnwaldite #EEC0A5

Color information

#EEC0A5 (or 0xEEC0A5) is unknown color: approx Zinnwaldite. HEX triplet: EE, C0 and A5. RGB value is (238,192,165). Sum of RGB (Red+Green+Blue) = 238+192+165=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC0A5 is #113F5A. Grayscale: #CACACA. Windows color (decimal): -1130331 or 10862830. OLE color: 10862830.

HSL color Cylindrical-coordinate representation of color #EEC0A5: hue angle of 22.19º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEC0A5 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB238192165-
CMYK00.190.310.07
HSL22.19º68.22%79.02%-
HSV(B)22.19º30.67%93.33%-
XYZ60.958.5943.7-
YUV202.68106.74153.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 192 (75.39% from 255) = 32.27%
BLUE value IS 165 (64.84% from 255) = 27.73%
R=40%
G=32.27%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819216500.190.310.0722.1968.2279.02
HexEEC0A50131F716444f
Octal35630024502337726104117
Binary111011101100000010100101010011111111111011010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC0A5; }

 p { color: rgb(238,192,165); }

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

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

 a { background-color: rgb(238,192,165); }

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

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

 span { border-color: rgb(238,192,165); }

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