#EBAA98

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

Shades of Wax Flower #EBAA98

Tints of Wax Flower #EBAA98

Color information

#EBAA98 (or 0xEBAA98) is unknown color: approx Wax Flower. HEX triplet: EB, AA and 98. RGB value is (235,170,152). Sum of RGB (Red+Green+Blue) = 235+170+152=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAA98 is #145567. Grayscale: #BBBBBB. Windows color (decimal): -1332584 or 10005227. OLE color: 10005227.

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

Color convert

RGB235170152-
CMYK00.280.350.08
HSL13.01º67.48%75.88%-
HSV(B)13.01º35.32%92.16%-
XYZ54.348.6836.24-
YUV187.38108.03161.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 152 (59.77% from 255) = 27.29%
R=42.19%
G=30.52%
B=27.29%

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
Decimal23517015200.280.350.0813.0167.4875.88
HexEBAA9801C238d434c
Octal353252230034431015103114
Binary1110101110101010100110000111001000111000110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAA98; }

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

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

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

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

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

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

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

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