Html Css Color HEX #EEC4B5 Zinnwaldite

📋 copy color: '#EEC4B5'

red 238 ◦ green 196 ◦ blue 181

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

Shades of Zinnwaldite #EEC4B5

Tints of Zinnwaldite #EEC4B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.43%

R = 38.7%
G = 31.87%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EEC4B5 (or 0xEEC4B5) is known color: Zinnwaldite. HEX triplet: EE, C4 and B5. RGB value is (238,196,181). Sum of RGB (Red+Green+Blue) = 238+196+181=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4B5 is #113B4A. Grayscale: #CECECE. Windows color (decimal): -1129291 or 11912430. OLE color: 11912430.

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

Color convert

RGB 238 196 181 -
CMYK 0 0.18 0.24 0.07
HSL 15.79º 0.63% 0.82% -
HSV(B) 15.79º 0.24% 0.93% -
XYZ 63.34 60.99 52.15 -
YUV 206.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 238 196 181 0 0.18 0.24 0.07 15.79 0.63 0.82
Hex EE C4 B5 0 12 18 7 10 3F 52
Octal 356 304 265 0 22 30 7 20 77 122
Binary 11101110 11000100 10110101 0 10010 11000 111 10000 111111 1010010

Color Harmonies of #EEC4B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC4B5

Black with #EEC4B5

Text Example


Text Example

White with #EEC4B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC4B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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