#EBB59A

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

Shades of Wax Flower #EBB59A

Tints of Wax Flower #EBB59A

Color information

#EBB59A (or 0xEBB59A) is unknown color: approx Wax Flower. HEX triplet: EB, B5 and 9A. RGB value is (235,181,154). Sum of RGB (Red+Green+Blue) = 235+181+154=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB59A is #144A65. Grayscale: #C2C2C2. Windows color (decimal): -1329766 or 10139115. OLE color: 10139115.

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

Color convert

RGB235181154-
CMYK00.230.340.08
HSL20º66.94%76.27%-
HSV(B)20º34.47%92.16%-
XYZ56.6253.0437.83-
YUV194.07105.39157.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.23%
GREEN value IS 181 (71.09% from 255) = 31.75%
BLUE value IS 154 (60.55% from 255) = 27.02%
R=41.23%
G=31.75%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518115400.230.340.082066.9476.27
HexEBB59A01722814434c
Octal353265232027421024103114
Binary11101011101101011001101001011110001010001010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB59A; }

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

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

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

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

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

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

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

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