#EEBCA5

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

Shades of Zinnwaldite #EEBCA5

Tints of Zinnwaldite #EEBCA5

Color information

#EEBCA5 (or 0xEEBCA5) is unknown color: approx Zinnwaldite. HEX triplet: EE, BC and A5. RGB value is (238,188,165). Sum of RGB (Red+Green+Blue) = 238+188+165=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBCA5 is #11435A. Grayscale: #C8C8C8. Windows color (decimal): -1131355 or 10861806. OLE color: 10861806.

HSL color Cylindrical-coordinate representation of color #EEBCA5: hue angle of 18.9º 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 #EEBCA5 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB238188165-
CMYK00.210.310.07
HSL18.9º68.22%79.02%-
HSV(B)18.9º30.67%93.33%-
XYZ60.0356.8643.41-
YUV200.33108.06154.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.27%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 165 (64.84% from 255) = 27.92%
R=40.27%
G=31.81%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818816500.210.310.0718.968.2279.02
HexEEBCA50151F713444f
Octal35627424502537723104117
Binary111011101011110010100101010101111111111001110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCA5; }

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

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

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

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

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

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

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

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