#EBAC90

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

Shades of Wax Flower #EBAC90

Tints of Wax Flower #EBAC90

Color information

#EBAC90 (or 0xEBAC90) is unknown color: approx Wax Flower. HEX triplet: EB, AC and 90. RGB value is (235,172,144). Sum of RGB (Red+Green+Blue) = 235+172+144=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAC90 is #14536F. Grayscale: #BBBBBB. Windows color (decimal): -1332080 or 9481451. OLE color: 9481451.

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

Color convert

RGB235172144-
CMYK00.270.390.08
HSL18.46º69.47%74.31%-
HSV(B)18.46º38.72%92.16%-
XYZ54.0549.1833.03-
YUV187.64103.37161.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.65%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 144 (56.64% from 255) = 26.13%
R=42.65%
G=31.22%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517214400.270.390.0818.4669.4774.31
HexEBAC9001B27812454a
Octal353254220033471022105112
Binary11101011101011001001000001101110011110001001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAC90; }

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

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

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

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

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

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

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

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