#EBA997

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

Shades of Wax Flower #EBA997

Tints of Wax Flower #EBA997

Color information

#EBA997 (or 0xEBA997) is unknown color: approx Wax Flower. HEX triplet: EB, A9 and 97. RGB value is (235,169,151). Sum of RGB (Red+Green+Blue) = 235+169+151=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA997 is #145668. Grayscale: #BABABA. Windows color (decimal): -1332841 or 9939435. OLE color: 9939435.

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

Color convert

RGB235169151-
CMYK00.280.360.08
HSL12.86º67.74%75.69%-
HSV(B)12.86º35.74%92.16%-
XYZ54.0348.2735.75-
YUV186.68107.87162.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 151 (59.38% from 255) = 27.21%
R=42.34%
G=30.45%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516915100.280.360.0812.8667.7475.69
HexEBA99701C248d444c
Octal353251227034441015104114
Binary1110101110101001100101110111001001001000110110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA997; }

 p { color: rgb(235,169,151); }

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

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

 a { background-color: rgb(235,169,151); }

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

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

 span { border-color: rgb(235,169,151); }

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