#EEC2AF

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

Shades of Zinnwaldite #EEC2AF

Tints of Zinnwaldite #EEC2AF

Color information

#EEC2AF (or 0xEEC2AF) is unknown color: approx Zinnwaldite. HEX triplet: EE, C2 and AF. RGB value is (238,194,175). Sum of RGB (Red+Green+Blue) = 238+194+175=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC2AF is #113D50. Grayscale: #CDCDCD. Windows color (decimal): -1129809 or 11518702. OLE color: 11518702.

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

Color convert

RGB238194175-
CMYK00.180.260.07
HSL18.1º64.95%80.98%-
HSV(B)18.1º26.47%93.33%-
XYZ62.2959.8648.83-
YUV204.99111.08151.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 194 (76.17% from 255) = 31.96%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=39.21%
G=31.96%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819417500.180.260.0718.164.9580.98
HexEEC2AF0121A7124151
Octal35630225702232722101121
Binary111011101100001010101111010010110101111001010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC2AF; }

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

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

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

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

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

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

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

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