Html Css Color HEX #EEBCA6 Zinnwaldite

📋 copy color: '#EEBCA6'

red 238 ◦ green 188 ◦ blue 166

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

Shades of Zinnwaldite #EEBCA6

Tints of Zinnwaldite #EEBCA6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.76%

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

R = 40.2%
G = 31.76%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EEBCA6 (or 0xEEBCA6) is known color: Zinnwaldite. HEX triplet: EE, BC and A6. RGB value is (238,188,166). Sum of RGB (Red+Green+Blue) = 238+188+166=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBCA6 is #114359. Grayscale: #C8C8C8. Windows color (decimal): -1131354 or 10927342. OLE color: 10927342.

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

Color convert

RGB 238 188 166 -
CMYK 0 0.21 0.30 0.07
HSL 18.33º 0.68% 0.79% -
HSV(B) 18.33º 0.3% 0.93% -
XYZ 60.13 56.9 43.89 -
YUV 200.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 238 188 166 0 0.21 0.30 0.07 18.33 0.68 0.79
Hex EE BC A6 0 15 1E 7 12 44 4F
Octal 356 274 246 0 25 36 7 22 104 117
Binary 11101110 10111100 10100110 0 10101 11110 111 10010 1000100 1001111

Color Harmonies of #EEBCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBCA6

Black with #EEBCA6

Text Example


Text Example

White with #EEBCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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