#EBBA9F

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

Shades of Wax Flower #EBBA9F

Tints of Wax Flower #EBBA9F

Color information

#EBBA9F (or 0xEBBA9F) is unknown color: approx Wax Flower. HEX triplet: EB, BA and 9F. RGB value is (235,186,159). Sum of RGB (Red+Green+Blue) = 235+186+159=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBA9F is #144560. Grayscale: #C5C5C5. Windows color (decimal): -1328481 or 10468075. OLE color: 10468075.

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

Color convert

RGB235186159-
CMYK00.210.320.08
HSL21.32º65.52%77.25%-
HSV(B)21.32º32.34%92.16%-
XYZ58.0855.2840.41-
YUV197.57106.23154.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 186 (73.05% from 255) = 32.07%
BLUE value IS 159 (62.5% from 255) = 27.41%
R=40.52%
G=32.07%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518615900.210.320.0821.3265.5277.25
HexEBBA9F01520815424d
Octal353272237025401025102115
Binary11101011101110101001111101010110000010001010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBA9F; }

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

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

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

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

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

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

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

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