Html Css Color HEX #EBBAA8 Zinnwaldite

📋 copy color: '#EBBAA8'

red 235 ◦ green 186 ◦ blue 168

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

Shades of Zinnwaldite #EBBAA8

Tints of Zinnwaldite #EBBAA8

RGB

 RED value IS 235 (92.19% from 255) = 39.9%

 GREEN value IS 186 (73.05% from 255) = 31.58%

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

R = 39.9%
G = 31.58%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EBBAA8 (or 0xEBBAA8) is known color: Zinnwaldite. HEX triplet: EB, BA and A8. RGB value is (235,186,168). Sum of RGB (Red+Green+Blue) = 235+186+168=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBAA8 is #144557. Grayscale: #C6C6C6. Windows color (decimal): -1328472 or 11057899. OLE color: 11057899.

HSL color Cylindrical-coordinate representation of color #EBBAA8: hue angle of 16.12º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBBAA8 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 186 168 -
CMYK 0 0.21 0.29 0.08
HSL 16.12º 0.63% 0.79% -
HSV(B) 16.12º 0.29% 0.92% -
XYZ 58.89 55.61 44.68 -
YUV 198.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 235 186 168 0 0.21 0.29 0.08 16.12 0.63 0.79
Hex EB BA A8 0 15 1D 8 10 3F 4F
Octal 353 272 250 0 25 35 10 20 77 117
Binary 11101011 10111010 10101000 0 10101 11101 1000 10000 111111 1001111

Color Harmonies of #EBBAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAA8

Black with #EBBAA8

Text Example


Text Example

White with #EBBAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAA8; }

 p { color: rgb(235,186,168); }

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

background-color css

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

 a { background-color: rgb(235,186,168); }

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

border-color css

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

 span { border-color: rgb(235,186,168); }

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