Html Css Color HEX #EEC4B1 Zinnwaldite

📋 copy color: '#EEC4B1'

red 238 ◦ green 196 ◦ blue 177

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

Shades of Zinnwaldite #EEC4B1

Tints of Zinnwaldite #EEC4B1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.08%

 BLUE value IS 177 (69.53% from 255) = 28.97%

R = 38.95%
G = 32.08%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EEC4B1 (or 0xEEC4B1) is known color: Zinnwaldite. HEX triplet: EE, C4 and B1. RGB value is (238,196,177). Sum of RGB (Red+Green+Blue) = 238+196+177=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 177 (69.53% from 255 or 28.97% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC4B1 is #113B4E. Grayscale: #CECECE. Windows color (decimal): -1129295 or 11650286. OLE color: 11650286.

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

Color convert

RGB 238 196 177 -
CMYK 0 0.18 0.26 0.07
HSL 18.69º 0.64% 0.81% -
HSV(B) 18.69º 0.26% 0.93% -
XYZ 62.94 60.83 50.02 -
YUV 206.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 238 196 177 0 0.18 0.26 0.07 18.69 0.64 0.81
Hex EE C4 B1 0 12 1A 7 13 40 51
Octal 356 304 261 0 22 32 7 23 100 121
Binary 11101110 11000100 10110001 0 10010 11010 111 10011 1000000 1010001

Color Harmonies of #EEC4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC4B1

Black with #EEC4B1

Text Example


Text Example

White with #EEC4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC4B1; }

 p { color: rgb(238,196,177); }

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

background-color css

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

 a { background-color: rgb(238,196,177); }

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

border-color css

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

 span { border-color: rgb(238,196,177); }

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