#EBAE99

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

Shades of Wax Flower #EBAE99

Tints of Wax Flower #EBAE99

Color information

#EBAE99 (or 0xEBAE99) is unknown color: approx Wax Flower. HEX triplet: EB, AE and 99. RGB value is (235,174,153). Sum of RGB (Red+Green+Blue) = 235+174+153=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAE99 is #145166. Grayscale: #BDBDBD. Windows color (decimal): -1331559 or 10071787. OLE color: 10071787.

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

Color convert

RGB235174153-
CMYK00.260.350.08
HSL15.37º67.21%76.08%-
HSV(B)15.37º34.89%92.16%-
XYZ55.1550.2336.93-
YUV189.84107.21160.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.81%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 153 (60.16% from 255) = 27.22%
R=41.81%
G=30.96%
B=27.22%

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
Decimal23517415300.260.350.0815.3767.2176.08
HexEBAE9901A238f434c
Octal353256231032431017103114
Binary1110101110101110100110010110101000111000111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAE99; }

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

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

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

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

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

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

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

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