#EAB497

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

Shades of Wax Flower #EAB497

Tints of Wax Flower #EAB497

Color information

#EAB497 (or 0xEAB497) is unknown color: approx Wax Flower. HEX triplet: EA, B4 and 97. RGB value is (234,180,151). Sum of RGB (Red+Green+Blue) = 234+180+151=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB497 is #154B68. Grayscale: #C1C1C1. Windows color (decimal): -1395561 or 9942250. OLE color: 9942250.

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

Color convert

RGB234180151-
CMYK00.230.350.08
HSL20.96º66.4%75.49%-
HSV(B)20.96º35.47%91.76%-
XYZ55.8452.3736.44-
YUV192.84104.39157.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.42%
GREEN value IS 180 (70.70% from 255) = 31.86%
BLUE value IS 151 (59.38% from 255) = 26.73%
R=41.42%
G=31.86%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418015100.230.350.0820.9666.475.49
HexEAB49701723815424b
Octal352264227027431025102113
Binary11101010101101001001011101011110001110001010110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB497; }

 p { color: rgb(234,180,151); }

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

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

 a { background-color: rgb(234,180,151); }

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

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

 span { border-color: rgb(234,180,151); }

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