#EBA995

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

Shades of Wax Flower #EBA995

Tints of Wax Flower #EBA995

Color information

#EBA995 (or 0xEBA995) is unknown color: approx Wax Flower. HEX triplet: EB, A9 and 95. RGB value is (235,169,149). Sum of RGB (Red+Green+Blue) = 235+169+149=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA995 is #14566A. Grayscale: #BABABA. Windows color (decimal): -1332843 or 9808363. OLE color: 9808363.

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

Color convert

RGB235169149-
CMYK00.280.370.08
HSL13.95º68.25%75.29%-
HSV(B)13.95º36.6%92.16%-
XYZ53.8748.2134.9-
YUV186.45106.87162.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 169 (66.41% from 255) = 30.56%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=42.50%
G=30.56%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516914900.280.370.0813.9568.2575.29
HexEBA99501C258e444b
Octal353251225034451016104113
Binary1110101110101001100101010111001001011000111010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA995; }

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

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

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

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

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

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

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

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