#EBA49A

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

Shades of Wax Flower #EBA49A

Tints of Wax Flower #EBA49A

Color information

#EBA49A (or 0xEBA49A) is unknown color: approx Wax Flower. HEX triplet: EB, A4 and 9A. RGB value is (235,164,154). Sum of RGB (Red+Green+Blue) = 235+164+154=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA49A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA49A is #145B65. Grayscale: #B8B8B8. Windows color (decimal): -1334118 or 10134763. OLE color: 10134763.

HSL color Cylindrical-coordinate representation of color #EBA49A: hue angle of 7.41º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBA49A is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235164154-
CMYK00.300.340.08
HSL7.41º66.94%76.27%-
HSV(B)7.41º34.47%92.16%-
XYZ53.3746.5536.74-
YUV184.09111.02164.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 164 (64.45% from 255) = 29.66%
BLUE value IS 154 (60.55% from 255) = 27.85%
R=42.50%
G=29.66%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516415400.300.340.087.4166.9476.27
HexEBA49A01E2287434c
Octal35324423203642107103114
Binary111010111010010010011010011110100010100011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA49A; }

 p { color: rgb(235,164,154); }

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

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

 a { background-color: rgb(235,164,154); }

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

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

 span { border-color: rgb(235,164,154); }

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