Html Css Color HEX #EBBFB0 Zinnwaldite

📋 copy color: '#EBBFB0'

red 235 ◦ green 191 ◦ blue 176

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

Shades of Zinnwaldite #EBBFB0

Tints of Zinnwaldite #EBBFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.24%

R = 39.04%
G = 31.73%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBBFB0 (or 0xEBBFB0) is known color: Zinnwaldite. HEX triplet: EB, BF and B0. RGB value is (235,191,176). Sum of RGB (Red+Green+Blue) = 235+191+176=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBFB0 is #14404F. Grayscale: #CACACA. Windows color (decimal): -1327184 or 11583467. OLE color: 11583467.

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

Color convert

RGB 235 191 176 -
CMYK 0 0.19 0.25 0.08
HSL 15.25º 0.6% 0.81% -
HSV(B) 15.25º 0.25% 0.92% -
XYZ 60.73 58.06 49.08 -
YUV 202.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 235 191 176 0 0.19 0.25 0.08 15.25 0.6 0.81
Hex EB BF B0 0 13 19 8 F 3C 51
Octal 353 277 260 0 23 31 10 17 74 121
Binary 11101011 10111111 10110000 0 10011 11001 1000 1111 111100 1010001

Color Harmonies of #EBBFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFB0

Black with #EBBFB0

Text Example


Text Example

White with #EBBFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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