Html Css Color HEX #EBBFA6 Zinnwaldite

📋 copy color: '#EBBFA6'

red 235 ◦ green 191 ◦ blue 166

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

Shades of Zinnwaldite #EBBFA6

Tints of Zinnwaldite #EBBFA6

RGB

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

 GREEN value IS 191 (75% from 255) = 32.26%

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

R = 39.7%
G = 32.26%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EBBFA6 (or 0xEBBFA6) is known color: Zinnwaldite. HEX triplet: EB, BF and A6. RGB value is (235,191,166). Sum of RGB (Red+Green+Blue) = 235+191+166=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBFA6 is #144059. Grayscale: #C9C9C9. Windows color (decimal): -1327194 or 10928107. OLE color: 10928107.

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

Color convert

RGB 235 191 166 -
CMYK 0 0.19 0.29 0.08
HSL 21.74º 0.63% 0.79% -
HSV(B) 21.74º 0.29% 0.92% -
XYZ 59.77 57.68 44.06 -
YUV 201.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 235 191 166 0 0.19 0.29 0.08 21.74 0.63 0.79
Hex EB BF A6 0 13 1D 8 16 3F 4F
Octal 353 277 246 0 23 35 10 26 77 117
Binary 11101011 10111111 10100110 0 10011 11101 1000 10110 111111 1001111

Color Harmonies of #EBBFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFA6

Black with #EBBFA6

Text Example


Text Example

White with #EBBFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFA6; }

 p { color: rgb(235,191,166); }

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

background-color css

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

 a { background-color: rgb(235,191,166); }

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

border-color css

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

 span { border-color: rgb(235,191,166); }

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