Html Css Color HEX #EEC3AA Zinnwaldite

📋 copy color: '#EEC3AA'

red 238 ◦ green 195 ◦ blue 170

#EEC3AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zinnwaldite #EEC3AA

Tints of Zinnwaldite #EEC3AA

RGB

 RED value IS 238 (93.36% from 255) = 39.47%

 GREEN value IS 195 (76.56% from 255) = 32.34%

 BLUE value IS 170 (66.8% from 255) = 28.19%

R = 39.47%
G = 32.34%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EEC3AA (or 0xEEC3AA) is known color: Zinnwaldite. HEX triplet: EE, C3 and AA. RGB value is (238,195,170). Sum of RGB (Red+Green+Blue) = 238+195+170=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC3AA is #113C55. Grayscale: #CDCDCD. Windows color (decimal): -1129558 or 11191278. OLE color: 11191278.

HSL color Cylindrical-coordinate representation of color #EEC3AA: hue angle of 22.06º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEC3AA is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 195 170 -
CMYK 0 0.18 0.29 0.07
HSL 22.06º 0.67% 0.8% -
HSV(B) 22.06º 0.29% 0.93% -
XYZ 62.03 60.11 46.36 -
YUV 205.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 238 195 170 0 0.18 0.29 0.07 22.06 0.67 0.8
Hex EE C3 AA 0 12 1D 7 16 43 50
Octal 356 303 252 0 22 35 7 26 103 120
Binary 11101110 11000011 10101010 0 10010 11101 111 10110 1000011 1010000

Color Harmonies of #EEC3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC3AA

Black with #EEC3AA

Text Example


Text Example

White with #EEC3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC3AA; }

 p { color: rgb(238,195,170); }

 H1.HeaderClassName
 {
   color: #EEC3AA;
 }
 .AnyTagClassName
 {
   color: #EEC3AA;
 }
</style>

background-color css

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

 a { background-color: rgb(238,195,170); }

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

border-color css

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

 span { border-color: rgb(238,195,170); }

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