#EBAB90

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

Shades of Wax Flower #EBAB90

Tints of Wax Flower #EBAB90

Color information

#EBAB90 (or 0xEBAB90) is unknown color: approx Wax Flower. HEX triplet: EB, AB and 90. RGB value is (235,171,144). Sum of RGB (Red+Green+Blue) = 235+171+144=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAB90 is #14546F. Grayscale: #BBBBBB. Windows color (decimal): -1332336 or 9481195. OLE color: 9481195.

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

Color convert

RGB235171144-
CMYK00.270.390.08
HSL17.8º69.47%74.31%-
HSV(B)17.8º38.72%92.16%-
XYZ53.8648.832.97-
YUV187.06103.7162.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 144 (56.64% from 255) = 26.18%
R=42.73%
G=31.09%
B=26.18%

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
Decimal23517114400.270.390.0817.869.4774.31
HexEBAB9001B27812454a
Octal353253220033471022105112
Binary11101011101010111001000001101110011110001001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAB90; }

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

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

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

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

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

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

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

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