Html Css Color HEX #EEC1AF Zinnwaldite

📋 copy color: '#EEC1AF'

red 238 ◦ green 193 ◦ blue 175

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

Shades of Zinnwaldite #EEC1AF

Tints of Zinnwaldite #EEC1AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.88%

R = 39.27%
G = 31.85%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EEC1AF (or 0xEEC1AF) is known color: Zinnwaldite. HEX triplet: EE, C1 and AF. RGB value is (238,193,175). Sum of RGB (Red+Green+Blue) = 238+193+175=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC1AF is #113E50. Grayscale: #CCCCCC. Windows color (decimal): -1130065 or 11518446. OLE color: 11518446.

HSL color Cylindrical-coordinate representation of color #EEC1AF: hue angle of 17.14º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEC1AF is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 193 175 -
CMYK 0 0.19 0.26 0.07
HSL 17.14º 0.65% 0.81% -
HSV(B) 17.14º 0.26% 0.93% -
XYZ 62.07 59.41 48.75 -
YUV 204.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 238 193 175 0 0.19 0.26 0.07 17.14 0.65 0.81
Hex EE C1 AF 0 13 1A 7 11 41 51
Octal 356 301 257 0 23 32 7 21 101 121
Binary 11101110 11000001 10101111 0 10011 11010 111 10001 1000001 1010001

Color Harmonies of #EEC1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC1AF

Black with #EEC1AF

Text Example


Text Example

White with #EEC1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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