Html Css Color HEX #EBBFA9 Zinnwaldite

📋 copy color: '#EBBFA9'

red 235 ◦ green 191 ◦ blue 169

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

Shades of Zinnwaldite #EBBFA9

Tints of Zinnwaldite #EBBFA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 28.4%

R = 39.5%
G = 32.1%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBBFA9 (or 0xEBBFA9) is known color: Zinnwaldite. HEX triplet: EB, BF and A9. RGB value is (235,191,169). Sum of RGB (Red+Green+Blue) = 235+191+169=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBFA9 is #144056. Grayscale: #C9C9C9. Windows color (decimal): -1327191 or 11124715. OLE color: 11124715.

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

Color convert

RGB 235 191 169 -
CMYK 0 0.19 0.28 0.08
HSL 20º 0.62% 0.79% -
HSV(B) 20º 0.28% 0.92% -
XYZ 60.05 57.79 45.53 -
YUV 201.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 235 191 169 0 0.19 0.28 0.08 20 0.62 0.79
Hex EB BF A9 0 13 1C 8 14 3E 4F
Octal 353 277 251 0 23 34 10 24 76 117
Binary 11101011 10111111 10101001 0 10011 11100 1000 10100 111110 1001111

Color Harmonies of #EBBFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFA9

Black with #EBBFA9

Text Example


Text Example

White with #EBBFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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