Html Css Color HEX #EEC3AF Zinnwaldite

📋 copy color: '#EEC3AF'

red 238 ◦ green 195 ◦ blue 175

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

Shades of Zinnwaldite #EEC3AF

Tints of Zinnwaldite #EEC3AF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.07%

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

R = 39.14%
G = 32.07%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EEC3AF (or 0xEEC3AF) is known color: Zinnwaldite. HEX triplet: EE, C3 and AF. RGB value is (238,195,175). Sum of RGB (Red+Green+Blue) = 238+195+175=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC3AF is #113C50. Grayscale: #CDCDCD. Windows color (decimal): -1129553 or 11518958. OLE color: 11518958.

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

Color convert

RGB 238 195 175 -
CMYK 0 0.18 0.26 0.07
HSL 19.05º 0.65% 0.81% -
HSV(B) 19.05º 0.26% 0.93% -
XYZ 62.51 60.3 48.9 -
YUV 205.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 238 195 175 0 0.18 0.26 0.07 19.05 0.65 0.81
Hex EE C3 AF 0 12 1A 7 13 41 51
Octal 356 303 257 0 22 32 7 23 101 121
Binary 11101110 11000011 10101111 0 10010 11010 111 10011 1000001 1010001

Color Harmonies of #EEC3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC3AF

Black with #EEC3AF

Text Example


Text Example

White with #EEC3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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