Html Css Color HEX #EBBAAB Zinnwaldite

📋 copy color: '#EBBAAB'

red 235 ◦ green 186 ◦ blue 171

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

Shades of Zinnwaldite #EBBAAB

Tints of Zinnwaldite #EBBAAB

RGB

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

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

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

R = 39.7%
G = 31.42%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EBBAAB (or 0xEBBAAB) is known color: Zinnwaldite. HEX triplet: EB, BA and AB. RGB value is (235,186,171). Sum of RGB (Red+Green+Blue) = 235+186+171=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBAAB is #144554. Grayscale: #C7C7C7. Windows color (decimal): -1328469 or 11254507. OLE color: 11254507.

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

Color convert

RGB 235 186 171 -
CMYK 0 0.21 0.27 0.08
HSL 14.06º 0.62% 0.8% -
HSV(B) 14.06º 0.27% 0.92% -
XYZ 59.17 55.72 46.16 -
YUV 198.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 235 186 171 0 0.21 0.27 0.08 14.06 0.62 0.8
Hex EB BA AB 0 15 1B 8 E 3E 50
Octal 353 272 253 0 25 33 10 16 76 120
Binary 11101011 10111010 10101011 0 10101 11011 1000 1110 111110 1010000

Color Harmonies of #EBBAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAAB

Black with #EBBAAB

Text Example


Text Example

White with #EBBAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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