Html Css Color HEX #EEC0AC Zinnwaldite

📋 copy color: '#EEC0AC'

red 238 ◦ green 192 ◦ blue 172

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

Shades of Zinnwaldite #EEC0AC

Tints of Zinnwaldite #EEC0AC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.89%

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

R = 39.53%
G = 31.89%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EEC0AC (or 0xEEC0AC) is known color: Zinnwaldite. HEX triplet: EE, C0 and AC. RGB value is (238,192,172). Sum of RGB (Red+Green+Blue) = 238+192+172=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC0AC is #113F53. Grayscale: #CBCBCB. Windows color (decimal): -1130324 or 11321582. OLE color: 11321582.

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

Color convert

RGB 238 192 172 -
CMYK 0 0.19 0.28 0.07
HSL 18.18º 0.66% 0.8% -
HSV(B) 18.18º 0.28% 0.93% -
XYZ 61.56 58.85 47.15 -
YUV 203.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 238 192 172 0 0.19 0.28 0.07 18.18 0.66 0.8
Hex EE C0 AC 0 13 1C 7 12 42 50
Octal 356 300 254 0 23 34 7 22 102 120
Binary 11101110 11000000 10101100 0 10011 11100 111 10010 1000010 1010000

Color Harmonies of #EEC0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC0AC

Black with #EEC0AC

Text Example


Text Example

White with #EEC0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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