#EBA99C

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

Shades of Wax Flower #EBA99C

Tints of Wax Flower #EBA99C

Color information

#EBA99C (or 0xEBA99C) is unknown color: approx Wax Flower. HEX triplet: EB, A9 and 9C. RGB value is (235,169,156). Sum of RGB (Red+Green+Blue) = 235+169+156=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA99C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA99C is #145663. Grayscale: #BBBBBB. Windows color (decimal): -1332836 or 10267115. OLE color: 10267115.

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

Color convert

RGB235169156-
CMYK00.280.340.08
HSL9.87º66.39%76.67%-
HSV(B)9.87º33.62%92.16%-
XYZ54.4548.4437.93-
YUV187.25110.37162.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.96%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 156 (61.33% from 255) = 27.86%
R=41.96%
G=30.18%
B=27.86%

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
Decimal23516915600.280.340.089.8766.3976.67
HexEBA99C01C228a424d
Octal353251234034421012102115
Binary1110101110101001100111000111001000101000101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA99C; }

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

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

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

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

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

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

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

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