Html Css Color HEX #EEBCA8 Zinnwaldite

📋 copy color: '#EEBCA8'

red 238 ◦ green 188 ◦ blue 168

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

Shades of Zinnwaldite #EEBCA8

Tints of Zinnwaldite #EEBCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.28%

R = 40.07%
G = 31.65%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EEBCA8 (or 0xEEBCA8) is known color: Zinnwaldite. HEX triplet: EE, BC and A8. RGB value is (238,188,168). Sum of RGB (Red+Green+Blue) = 238+188+168=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBCA8 is #114357. Grayscale: #C8C8C8. Windows color (decimal): -1131352 or 11058414. OLE color: 11058414.

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

Color convert

RGB 238 188 168 -
CMYK 0 0.21 0.29 0.07
HSL 17.14º 0.67% 0.8% -
HSV(B) 17.14º 0.29% 0.93% -
XYZ 60.31 56.97 44.86 -
YUV 200.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 238 188 168 0 0.21 0.29 0.07 17.14 0.67 0.8
Hex EE BC A8 0 15 1D 7 11 43 50
Octal 356 274 250 0 25 35 7 21 103 120
Binary 11101110 10111100 10101000 0 10101 11101 111 10001 1000011 1010000

Color Harmonies of #EEBCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBCA8

Black with #EEBCA8

Text Example


Text Example

White with #EEBCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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