#EAB59B

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

Shades of Wax Flower #EAB59B

Tints of Wax Flower #EAB59B

Color information

#EAB59B (or 0xEAB59B) is unknown color: approx Wax Flower. HEX triplet: EA, B5 and 9B. RGB value is (234,181,155). Sum of RGB (Red+Green+Blue) = 234+181+155=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB59B is #154A64. Grayscale: #C2C2C2. Windows color (decimal): -1395301 or 10204650. OLE color: 10204650.

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

Color convert

RGB234181155-
CMYK00.230.340.08
HSL19.75º65.29%76.27%-
HSV(B)19.75º33.76%91.76%-
XYZ56.3752.9138.25-
YUV193.88106.06156.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.05%
GREEN value IS 181 (71.09% from 255) = 31.75%
BLUE value IS 155 (60.94% from 255) = 27.19%
R=41.05%
G=31.75%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418115500.230.340.0819.7565.2976.27
HexEAB59B01722814414c
Octal352265233027421024101114
Binary11101010101101011001101101011110001010001010010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB59B; }

 p { color: rgb(234,181,155); }

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

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

 a { background-color: rgb(234,181,155); }

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

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

 span { border-color: rgb(234,181,155); }

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