#EBAF9E

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

Shades of Wax Flower #EBAF9E

Tints of Wax Flower #EBAF9E

Color information

#EBAF9E (or 0xEBAF9E) is unknown color: approx Wax Flower. HEX triplet: EB, AF and 9E. RGB value is (235,175,158). Sum of RGB (Red+Green+Blue) = 235+175+158=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAF9E is #145061. Grayscale: #BFBFBF. Windows color (decimal): -1331298 or 10399723. OLE color: 10399723.

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

Color convert

RGB235175158-
CMYK00.260.330.08
HSL13.25º65.81%77.06%-
HSV(B)13.25º32.77%92.16%-
XYZ55.7650.7939.21-
YUV191109.38159.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.37%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 158 (62.11% from 255) = 27.82%
R=41.37%
G=30.81%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517515800.260.330.0813.2565.8177.06
HexEBAF9E01A218d424d
Octal353257236032411015102115
Binary1110101110101111100111100110101000011000110110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAF9E; }

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

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

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

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

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

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

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

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