#EBAA9C

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

Shades of Wax Flower #EBAA9C

Tints of Wax Flower #EBAA9C

Color information

#EBAA9C (or 0xEBAA9C) is unknown color: approx Wax Flower. HEX triplet: EB, AA and 9C. RGB value is (235,170,156). Sum of RGB (Red+Green+Blue) = 235+170+156=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAA9C is #145563. Grayscale: #BBBBBB. Windows color (decimal): -1332580 or 10267371. OLE color: 10267371.

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

Color convert

RGB235170156-
CMYK00.280.340.08
HSL10.63º66.39%76.67%-
HSV(B)10.63º33.62%92.16%-
XYZ54.6448.8137.99-
YUV187.84110.03161.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.89%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 156 (61.33% from 255) = 27.81%
R=41.89%
G=30.30%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517015600.280.340.0810.6366.3976.67
HexEBAA9C01C228b424d
Octal353252234034421013102115
Binary1110101110101010100111000111001000101000101110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAA9C; }

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

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

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

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

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

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

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

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