Html Css Color HEX #EEC4AC Zinnwaldite

📋 copy color: '#EEC4AC'

red 238 ◦ green 196 ◦ blue 172

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

Shades of Zinnwaldite #EEC4AC

Tints of Zinnwaldite #EEC4AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.38%

R = 39.27%
G = 32.34%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EEC4AC (or 0xEEC4AC) is known color: Zinnwaldite. HEX triplet: EE, C4 and AC. RGB value is (238,196,172). Sum of RGB (Red+Green+Blue) = 238+196+172=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC4AC is #113B53. Grayscale: #CDCDCD. Windows color (decimal): -1129300 or 11322606. OLE color: 11322606.

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

Color convert

RGB 238 196 172 -
CMYK 0 0.18 0.28 0.07
HSL 21.82º 0.66% 0.8% -
HSV(B) 21.82º 0.28% 0.93% -
XYZ 62.45 60.64 47.44 -
YUV 205.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 238 196 172 0 0.18 0.28 0.07 21.82 0.66 0.8
Hex EE C4 AC 0 12 1C 7 16 42 50
Octal 356 304 254 0 22 34 7 26 102 120
Binary 11101110 11000100 10101100 0 10010 11100 111 10110 1000010 1010000

Color Harmonies of #EEC4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC4AC

Black with #EEC4AC

Text Example


Text Example

White with #EEC4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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