Html Css Color HEX #EEC1B5 Zinnwaldite

📋 copy color: '#EEC1B5'

red 238 ◦ green 193 ◦ blue 181

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

Shades of Zinnwaldite #EEC1B5

Tints of Zinnwaldite #EEC1B5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.54%

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

R = 38.89%
G = 31.54%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EEC1B5 (or 0xEEC1B5) is known color: Zinnwaldite. HEX triplet: EE, C1 and B5. RGB value is (238,193,181). Sum of RGB (Red+Green+Blue) = 238+193+181=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC1B5 is #113E4A. Grayscale: #CDCDCD. Windows color (decimal): -1130059 or 11911662. OLE color: 11911662.

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

Color convert

RGB 238 193 181 -
CMYK 0 0.19 0.24 0.07
HSL 12.63º 0.63% 0.82% -
HSV(B) 12.63º 0.24% 0.93% -
XYZ 62.67 59.65 51.93 -
YUV 205.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 238 193 181 0 0.19 0.24 0.07 12.63 0.63 0.82
Hex EE C1 B5 0 13 18 7 D 3F 52
Octal 356 301 265 0 23 30 7 15 77 122
Binary 11101110 11000001 10110101 0 10011 11000 111 1101 111111 1010010

Color Harmonies of #EEC1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC1B5

Black with #EEC1B5

Text Example


Text Example

White with #EEC1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC1B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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