Html Css Color HEX #EEC1A6 Zinnwaldite

📋 copy color: '#EEC1A6'

red 238 ◦ green 193 ◦ blue 166

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

Shades of Zinnwaldite #EEC1A6

Tints of Zinnwaldite #EEC1A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.81%

R = 39.87%
G = 32.33%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EEC1A6 (or 0xEEC1A6) is known color: Zinnwaldite. HEX triplet: EE, C1 and A6. RGB value is (238,193,166). Sum of RGB (Red+Green+Blue) = 238+193+166=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 166 (65.23% from 255 or 27.81% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC1A6 is #113E59. Grayscale: #CBCBCB. Windows color (decimal): -1130074 or 10928622. OLE color: 10928622.

HSL color Cylindrical-coordinate representation of color #EEC1A6: hue angle of 22.5º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEC1A6 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 193 166 -
CMYK 0 0.19 0.30 0.07
HSL 22.5º 0.68% 0.79% -
HSV(B) 22.5º 0.3% 0.93% -
XYZ 61.21 59.07 44.25 -
YUV 203.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 238 193 166 0 0.19 0.30 0.07 22.5 0.68 0.79
Hex EE C1 A6 0 13 1E 7 16 44 4F
Octal 356 301 246 0 23 36 7 26 104 117
Binary 11101110 11000001 10100110 0 10011 11110 111 10110 1000100 1001111

Color Harmonies of #EEC1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC1A6

Black with #EEC1A6

Text Example


Text Example

White with #EEC1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC1A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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