#EBB59E

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

Shades of Wax Flower #EBB59E

Tints of Wax Flower #EBB59E

Color information

#EBB59E (or 0xEBB59E) is unknown color: approx Wax Flower. HEX triplet: EB, B5 and 9E. RGB value is (235,181,158). Sum of RGB (Red+Green+Blue) = 235+181+158=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB59E is #144A61. Grayscale: #C2C2C2. Windows color (decimal): -1329762 or 10401259. OLE color: 10401259.

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

Color convert

RGB235181158-
CMYK00.230.330.08
HSL17.92º65.81%77.06%-
HSV(B)17.92º32.77%92.16%-
XYZ56.9653.1839.61-
YUV194.52107.39156.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 181 (71.09% from 255) = 31.53%
BLUE value IS 158 (62.11% from 255) = 27.53%
R=40.94%
G=31.53%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518115800.230.330.0817.9265.8177.06
HexEBB59E01721812424d
Octal353265236027411022102115
Binary11101011101101011001111001011110000110001001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB59E; }

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

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

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

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

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

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

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

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