Html Css Color HEX #EBBFAF Zinnwaldite

📋 copy color: '#EBBFAF'

red 235 ◦ green 191 ◦ blue 175

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

Shades of Zinnwaldite #EBBFAF

Tints of Zinnwaldite #EBBFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.12%

R = 39.1%
G = 31.78%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBBFAF (or 0xEBBFAF) is known color: Zinnwaldite. HEX triplet: EB, BF and AF. RGB value is (235,191,175). Sum of RGB (Red+Green+Blue) = 235+191+175=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBFAF is #144050. Grayscale: #CACACA. Windows color (decimal): -1327185 or 11517931. OLE color: 11517931.

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

Color convert

RGB 235 191 175 -
CMYK 0 0.19 0.26 0.08
HSL 16º 0.6% 0.8% -
HSV(B) 16º 0.26% 0.92% -
XYZ 60.63 58.02 48.56 -
YUV 202.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 235 191 175 0 0.19 0.26 0.08 16 0.6 0.8
Hex EB BF AF 0 13 1A 8 10 3C 50
Octal 353 277 257 0 23 32 10 20 74 120
Binary 11101011 10111111 10101111 0 10011 11010 1000 10000 111100 1010000

Color Harmonies of #EBBFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFAF

Black with #EBBFAF

Text Example


Text Example

White with #EBBFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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