Html Css Color HEX #EBBBAB Zinnwaldite

📋 copy color: '#EBBBAB'

red 235 ◦ green 187 ◦ blue 171

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

Shades of Zinnwaldite #EBBBAB

Tints of Zinnwaldite #EBBBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.53%

 BLUE value IS 171 (67.19% from 255) = 28.84%

R = 39.63%
G = 31.53%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EBBBAB (or 0xEBBBAB) is known color: Zinnwaldite. HEX triplet: EB, BB and AB. RGB value is (235,187,171). Sum of RGB (Red+Green+Blue) = 235+187+171=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBBAB is #144454. Grayscale: #C7C7C7. Windows color (decimal): -1328213 or 11254763. OLE color: 11254763.

HSL color Cylindrical-coordinate representation of color #EBBBAB: hue angle of 15º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBBBAB is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 187 171 -
CMYK 0 0.20 0.27 0.08
HSL 15º 0.62% 0.8% -
HSV(B) 15º 0.27% 0.92% -
XYZ 59.38 56.14 46.24 -
YUV 199.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 235 187 171 0 0.20 0.27 0.08 15 0.62 0.8
Hex EB BB AB 0 14 1B 8 F 3E 50
Octal 353 273 253 0 24 33 10 17 76 120
Binary 11101011 10111011 10101011 0 10100 11011 1000 1111 111110 1010000

Color Harmonies of #EBBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBBAB

Black with #EBBBAB

Text Example


Text Example

White with #EBBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBBAB; }

 p { color: rgb(235,187,171); }

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

background-color css

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

 a { background-color: rgb(235,187,171); }

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

border-color css

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

 span { border-color: rgb(235,187,171); }

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