#EBAF9F

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

Shades of Wax Flower #EBAF9F

Tints of Wax Flower #EBAF9F

Color information

#EBAF9F (or 0xEBAF9F) is unknown color: approx Wax Flower. HEX triplet: EB, AF and 9F. RGB value is (235,175,159). Sum of RGB (Red+Green+Blue) = 235+175+159=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAF9F is #145060. Grayscale: #BFBFBF. Windows color (decimal): -1331297 or 10465259. OLE color: 10465259.

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

Color convert

RGB235175159-
CMYK00.260.320.08
HSL12.63º65.52%77.25%-
HSV(B)12.63º32.34%92.16%-
XYZ55.8550.8339.67-
YUV191.12109.88159.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 159 (62.5% from 255) = 27.94%
R=41.30%
G=30.76%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517515900.260.320.0812.6365.5277.25
HexEBAF9F01A208d424d
Octal353257237032401015102115
Binary1110101110101111100111110110101000001000110110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAF9F; }

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

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

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

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

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

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

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

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