#EBAF98

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

Shades of Wax Flower #EBAF98

Tints of Wax Flower #EBAF98

Color information

#EBAF98 (or 0xEBAF98) is unknown color: approx Wax Flower. HEX triplet: EB, AF and 98. RGB value is (235,175,152). Sum of RGB (Red+Green+Blue) = 235+175+152=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 152 (59.77% from 255 or 27.05% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAF98 is #145067. Grayscale: #BEBEBE. Windows color (decimal): -1331304 or 10006507. OLE color: 10006507.

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

Color convert

RGB235175152-
CMYK00.260.350.08
HSL16.63º67.48%75.88%-
HSV(B)16.63º35.32%92.16%-
XYZ55.2650.5936.56-
YUV190.32106.38159.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.81%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 152 (59.77% from 255) = 27.05%
R=41.81%
G=31.14%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517515200.260.350.0816.6367.4875.88
HexEBAF9801A23811434c
Octal353257230032431021103114
Binary11101011101011111001100001101010001110001000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAF98; }

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

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

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

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

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

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

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

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