#EBAC9A

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

Shades of Wax Flower #EBAC9A

Tints of Wax Flower #EBAC9A

Color information

#EBAC9A (or 0xEBAC9A) is unknown color: approx Wax Flower. HEX triplet: EB, AC and 9A. RGB value is (235,172,154). Sum of RGB (Red+Green+Blue) = 235+172+154=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAC9A is #145365. Grayscale: #BCBCBC. Windows color (decimal): -1332070 or 10136811. OLE color: 10136811.

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

Color convert

RGB235172154-
CMYK00.270.340.08
HSL13.33º66.94%76.27%-
HSV(B)13.33º34.47%92.16%-
XYZ54.8549.537.24-
YUV188.78108.37160.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.89%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 154 (60.55% from 255) = 27.45%
R=41.89%
G=30.66%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517215400.270.340.0813.3366.9476.27
HexEBAC9A01B228d434c
Octal353254232033421015103114
Binary1110101110101100100110100110111000101000110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAC9A; }

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

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

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

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

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

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

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

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