#EBAD99

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

Shades of Wax Flower #EBAD99

Tints of Wax Flower #EBAD99

Color information

#EBAD99 (or 0xEBAD99) is unknown color: approx Wax Flower. HEX triplet: EB, AD and 99. RGB value is (235,173,153). Sum of RGB (Red+Green+Blue) = 235+173+153=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAD99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAD99 is #145266. Grayscale: #BDBDBD. Windows color (decimal): -1331815 or 10071531. OLE color: 10071531.

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

Color convert

RGB235173153-
CMYK00.260.350.08
HSL14.63º67.21%76.08%-
HSV(B)14.63º34.89%92.16%-
XYZ54.9549.8536.86-
YUV189.26107.54160.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.89%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 153 (60.16% from 255) = 27.27%
R=41.89%
G=30.84%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517315300.260.350.0814.6367.2176.08
HexEBAD9901A238f434c
Octal353255231032431017103114
Binary1110101110101101100110010110101000111000111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAD99; }

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

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

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

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

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

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

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

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