#EBBFA8

Color #EBBFA8 Zinnwaldite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zinnwaldite #EBBFA8

Tints of Zinnwaldite #EBBFA8

Color information

#EBBFA8 (or 0xEBBFA8) is unknown color: approx Zinnwaldite. HEX triplet: EB, BF and A8. RGB value is (235,191,168). Sum of RGB (Red+Green+Blue) = 235+191+168=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBFA8 is #144057. Grayscale: #C9C9C9. Windows color (decimal): -1327192 or 11059179. OLE color: 11059179.

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

Color convert

RGB235191168-
CMYK00.190.290.08
HSL20.6º62.62%79.02%-
HSV(B)20.6º28.51%92.16%-
XYZ59.9657.7545.03-
YUV201.53109.08151.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 168 (66.02% from 255) = 28.28%
R=39.56%
G=32.15%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519116800.190.290.0820.662.6279.02
HexEBBFA80131D8153f4f
Octal35327725002335102577117
Binary111010111011111110101000010011111011000101011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFA8; }

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

 H1.HeaderClassName
 {
   color: #EBBFA8;
 }
 .AnyTagClassName
 {
   color: #EBBFA8;
 }
</style>
background-color css

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

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

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

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

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

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