#EBAA99

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

Shades of Wax Flower #EBAA99

Tints of Wax Flower #EBAA99

Color information

#EBAA99 (or 0xEBAA99) is unknown color: approx Wax Flower. HEX triplet: EB, AA and 99. RGB value is (235,170,153). Sum of RGB (Red+Green+Blue) = 235+170+153=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAA99 is #145566. Grayscale: #BBBBBB. Windows color (decimal): -1332583 or 10070763. OLE color: 10070763.

HSL color Cylindrical-coordinate representation of color #EBAA99: hue angle of 12.44º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBAA99 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB235170153-
CMYK00.280.350.08
HSL12.44º67.21%76.08%-
HSV(B)12.44º34.89%92.16%-
XYZ54.3948.7136.67-
YUV187.5108.53161.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 153 (60.16% from 255) = 27.42%
R=42.11%
G=30.47%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517015300.280.350.0812.4467.2176.08
HexEBAA9901C238c434c
Octal353252231034431014103114
Binary1110101110101010100110010111001000111000110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAA99; }

 p { color: rgb(235,170,153); }

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

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

 a { background-color: rgb(235,170,153); }

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

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

 span { border-color: rgb(235,170,153); }

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