#EBAF94

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

Shades of Wax Flower #EBAF94

Tints of Wax Flower #EBAF94

Color information

#EBAF94 (or 0xEBAF94) is unknown color: approx Wax Flower. HEX triplet: EB, AF and 94. RGB value is (235,175,148). Sum of RGB (Red+Green+Blue) = 235+175+148=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAF94 is #14506B. Grayscale: #BEBEBE. Windows color (decimal): -1331308 or 9744363. OLE color: 9744363.

HSL color Cylindrical-coordinate representation of color #EBAF94: hue angle of 18.62º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBAF94 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB235175148-
CMYK00.260.370.08
HSL18.62º68.5%75.1%-
HSV(B)18.62º37.02%92.16%-
XYZ54.9450.4634.86-
YUV189.86104.38160.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 148 (58.20% from 255) = 26.52%
R=42.11%
G=31.36%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517514800.260.370.0818.6268.575.1
HexEBAF9401A25813454b
Octal353257224032451023105113
Binary11101011101011111001010001101010010110001001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAF94; }

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

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

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

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

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

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

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

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