#EEBEAF

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

Shades of Zinnwaldite #EEBEAF

Tints of Zinnwaldite #EEBEAF

Color information

#EEBEAF (or 0xEEBEAF) is unknown color: approx Zinnwaldite. HEX triplet: EE, BE and AF. RGB value is (238,190,175). Sum of RGB (Red+Green+Blue) = 238+190+175=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBEAF is #114150. Grayscale: #CACACA. Windows color (decimal): -1130833 or 11517678. OLE color: 11517678.

HSL color Cylindrical-coordinate representation of color #EEBEAF: hue angle of 14.29º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEBEAF is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB238190175-
CMYK00.200.260.07
HSL14.29º64.95%80.98%-
HSV(B)14.29º26.47%93.33%-
XYZ61.4158.148.53-
YUV202.64112.4153.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.47%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 175 (68.75% from 255) = 29.02%
R=39.47%
G=31.51%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819017500.200.260.0714.2964.9580.98
HexEEBEAF0141A7e4151
Octal35627625702432716101121
Binary11101110101111101010111101010011010111111010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBEAF; }

 p { color: rgb(238,190,175); }

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

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

 a { background-color: rgb(238,190,175); }

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

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

 span { border-color: rgb(238,190,175); }

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