#EBAC99

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

Shades of Wax Flower #EBAC99

Tints of Wax Flower #EBAC99

Color information

#EBAC99 (or 0xEBAC99) is unknown color: approx Wax Flower. HEX triplet: EB, AC and 99. RGB value is (235,172,153). Sum of RGB (Red+Green+Blue) = 235+172+153=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAC99 is #145366. Grayscale: #BCBCBC. Windows color (decimal): -1332071 or 10071275. OLE color: 10071275.

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

Color convert

RGB235172153-
CMYK00.270.350.08
HSL13.9º67.21%76.08%-
HSV(B)13.9º34.89%92.16%-
XYZ54.7649.4736.8-
YUV188.67107.87161.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.96%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 153 (60.16% from 255) = 27.32%
R=41.96%
G=30.71%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517215300.270.350.0813.967.2176.08
HexEBAC9901B238e434c
Octal353254231033431016103114
Binary1110101110101100100110010110111000111000111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAC99; }

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

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

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

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

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

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

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

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