#EBB49D

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

Shades of Wax Flower #EBB49D

Tints of Wax Flower #EBB49D

Color information

#EBB49D (or 0xEBB49D) is unknown color: approx Wax Flower. HEX triplet: EB, B4 and 9D. RGB value is (235,180,157). Sum of RGB (Red+Green+Blue) = 235+180+157=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB49D is #144B62. Grayscale: #C1C1C1. Windows color (decimal): -1330019 or 10335467. OLE color: 10335467.

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

Color convert

RGB235180157-
CMYK00.230.330.08
HSL17.69º66.1%76.86%-
HSV(B)17.69º33.19%92.16%-
XYZ56.6752.7439.09-
YUV193.82107.22157.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 157 (61.72% from 255) = 27.45%
R=41.08%
G=31.47%
B=27.45%

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
Decimal23518015700.230.330.0817.6966.176.86
HexEBB49D01721812424d
Octal353264235027411022102115
Binary11101011101101001001110101011110000110001001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB49D; }

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

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

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

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

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

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

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

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