#EBA99A

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

Shades of Wax Flower #EBA99A

Tints of Wax Flower #EBA99A

Color information

#EBA99A (or 0xEBA99A) is unknown color: approx Wax Flower. HEX triplet: EB, A9 and 9A. RGB value is (235,169,154). Sum of RGB (Red+Green+Blue) = 235+169+154=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA99A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA99A is #145665. Grayscale: #BBBBBB. Windows color (decimal): -1332838 or 10136043. OLE color: 10136043.

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

Color convert

RGB235169154-
CMYK00.280.340.08
HSL11.11º66.94%76.27%-
HSV(B)11.11º34.47%92.16%-
XYZ54.2848.3737.05-
YUV187.02109.37162.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 169 (66.41% from 255) = 30.29%
BLUE value IS 154 (60.55% from 255) = 27.60%
R=42.11%
G=30.29%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516915400.280.340.0811.1166.9476.27
HexEBA99A01C228b434c
Octal353251232034421013103114
Binary1110101110101001100110100111001000101000101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA99A; }

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

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

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

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

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

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

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

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