#EBA999

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

Shades of Wax Flower #EBA999

Tints of Wax Flower #EBA999

Color information

#EBA999 (or 0xEBA999) is unknown color: approx Wax Flower. HEX triplet: EB, A9 and 99. RGB value is (235,169,153). Sum of RGB (Red+Green+Blue) = 235+169+153=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA999 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA999 is #145666. Grayscale: #BBBBBB. Windows color (decimal): -1332839 or 10070507. OLE color: 10070507.

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

Color convert

RGB235169153-
CMYK00.280.350.08
HSL11.71º67.21%76.08%-
HSV(B)11.71º34.89%92.16%-
XYZ54.248.3436.61-
YUV186.91108.87162.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 169 (66.41% from 255) = 30.34%
BLUE value IS 153 (60.16% from 255) = 27.47%
R=42.19%
G=30.34%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516915300.280.350.0811.7167.2176.08
HexEBA99901C238c434c
Octal353251231034431014103114
Binary1110101110101001100110010111001000111000110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA999; }

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

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

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

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

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

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

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

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