#EBA996

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

Shades of Wax Flower #EBA996

Tints of Wax Flower #EBA996

Color information

#EBA996 (or 0xEBA996) is unknown color: approx Wax Flower. HEX triplet: EB, A9 and 96. RGB value is (235,169,150). Sum of RGB (Red+Green+Blue) = 235+169+150=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA996 is #145669. Grayscale: #BABABA. Windows color (decimal): -1332842 or 9873899. OLE color: 9873899.

HSL color Cylindrical-coordinate representation of color #EBA996: hue angle of 13.41º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBA996 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB235169150-
CMYK00.280.360.08
HSL13.41º68%75.49%-
HSV(B)13.41º36.17%92.16%-
XYZ53.9548.2435.32-
YUV186.57107.37162.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 169 (66.41% from 255) = 30.51%
BLUE value IS 150 (58.98% from 255) = 27.08%
R=42.42%
G=30.51%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516915000.280.360.0813.416875.49
HexEBA99601C248d444b
Octal353251226034441015104113
Binary1110101110101001100101100111001001001000110110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA996; }

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

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

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

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

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

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

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

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