#EBBAA5

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

Shades of Wax Flower #EBBAA5

Tints of Wax Flower #EBBAA5

Color information

#EBBAA5 (or 0xEBBAA5) is unknown color: approx Wax Flower. HEX triplet: EB, BA and A5. RGB value is (235,186,165). Sum of RGB (Red+Green+Blue) = 235+186+165=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBAA5 is #14455A. Grayscale: #C6C6C6. Windows color (decimal): -1328475 or 10861291. OLE color: 10861291.

HSL color Cylindrical-coordinate representation of color #EBBAA5: hue angle of 18º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBBAA5 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235186165-
CMYK00.210.300.08
HSL18º63.64%78.43%-
HSV(B)18º29.79%92.16%-
XYZ58.6155.543.22-
YUV198.26109.23154.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 165 (64.84% from 255) = 28.16%
R=40.10%
G=31.74%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518616500.210.300.081863.6478.43
HexEBBAA50151E812404e
Octal353272245025361022100116
Binary1110101110111010101001010101011111010001001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAA5; }

 p { color: rgb(235,186,165); }

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

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

 a { background-color: rgb(235,186,165); }

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

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

 span { border-color: rgb(235,186,165); }

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