#EBAC91

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

Shades of Wax Flower #EBAC91

Tints of Wax Flower #EBAC91

Color information

#EBAC91 (or 0xEBAC91) is unknown color: approx Wax Flower. HEX triplet: EB, AC and 91. RGB value is (235,172,145). Sum of RGB (Red+Green+Blue) = 235+172+145=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 145 (57.03% from 255 or 26.27% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAC91 is #14536E. Grayscale: #BBBBBB. Windows color (decimal): -1332079 or 9546987. OLE color: 9546987.

HSL color Cylindrical-coordinate representation of color #EBAC91: hue angle of 18º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBAC91 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB235172145-
CMYK00.270.380.08
HSL18º69.23%74.51%-
HSV(B)18º38.3%92.16%-
XYZ54.1249.2133.43-
YUV187.76103.87161.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.57%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 145 (57.03% from 255) = 26.27%
R=42.57%
G=31.16%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517214500.270.380.081869.2374.51
HexEBAC9101B26812454b
Octal353254221033461022105113
Binary11101011101011001001000101101110011010001001010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAC91; }

 p { color: rgb(235,172,145); }

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

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

 a { background-color: rgb(235,172,145); }

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

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

 span { border-color: rgb(235,172,145); }

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