#EBB09F

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

Shades of Wax Flower #EBB09F

Tints of Wax Flower #EBB09F

Color information

#EBB09F (or 0xEBB09F) is unknown color: approx Wax Flower. HEX triplet: EB, B0 and 9F. RGB value is (235,176,159). Sum of RGB (Red+Green+Blue) = 235+176+159=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB09F is #144F60. Grayscale: #BFBFBF. Windows color (decimal): -1331041 or 10465515. OLE color: 10465515.

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

Color convert

RGB235176159-
CMYK00.250.320.08
HSL13.42º65.52%77.25%-
HSV(B)13.42º32.34%92.16%-
XYZ56.0451.2239.73-
YUV191.7109.55158.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.23%
GREEN value IS 176 (69.14% from 255) = 30.88%
BLUE value IS 159 (62.5% from 255) = 27.89%
R=41.23%
G=30.88%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517615900.250.320.0813.4265.5277.25
HexEBB09F019208d424d
Octal353260237031401015102115
Binary1110101110110000100111110110011000001000110110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB09F; }

 p { color: rgb(235,176,159); }

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

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

 a { background-color: rgb(235,176,159); }

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

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

 span { border-color: rgb(235,176,159); }

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