#EBB49E

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

Shades of Wax Flower #EBB49E

Tints of Wax Flower #EBB49E

Color information

#EBB49E (or 0xEBB49E) is unknown color: approx Wax Flower. HEX triplet: EB, B4 and 9E. RGB value is (235,180,158). Sum of RGB (Red+Green+Blue) = 235+180+158=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB49E is #144B61. Grayscale: #C2C2C2. Windows color (decimal): -1330018 or 10401003. OLE color: 10401003.

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

Color convert

RGB235180158-
CMYK00.230.330.08
HSL17.14º65.81%77.06%-
HSV(B)17.14º32.77%92.16%-
XYZ56.7552.7739.54-
YUV193.94107.72157.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 180 (70.70% from 255) = 31.41%
BLUE value IS 158 (62.11% from 255) = 27.57%
R=41.01%
G=31.41%
B=27.57%

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
Decimal23518015800.230.330.0817.1465.8177.06
HexEBB49E01721811424d
Octal353264236027411021102115
Binary11101011101101001001111001011110000110001000110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB49E; }

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

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

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

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

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

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

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

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