#EBB9A5

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

Shades of Wax Flower #EBB9A5

Tints of Wax Flower #EBB9A5

Color information

#EBB9A5 (or 0xEBB9A5) is unknown color: approx Wax Flower. HEX triplet: EB, B9 and A5. RGB value is (235,185,165). Sum of RGB (Red+Green+Blue) = 235+185+165=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB9A5 is #14465A. Grayscale: #C5C5C5. Windows color (decimal): -1328731 or 10861035. OLE color: 10861035.

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

Color convert

RGB235185165-
CMYK00.210.300.08
HSL17.14º63.64%78.43%-
HSV(B)17.14º29.79%92.16%-
XYZ58.455.0843.15-
YUV197.67109.56154.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 185 (72.66% from 255) = 31.62%
BLUE value IS 165 (64.84% from 255) = 28.21%
R=40.17%
G=31.62%
B=28.21%

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
Decimal23518516500.210.300.0817.1463.6478.43
HexEBB9A50151E811404e
Octal353271245025361021100116
Binary1110101110111001101001010101011111010001000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9A5; }

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

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

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

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

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

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

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

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