#EAB09D

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

Shades of Wax Flower #EAB09D

Tints of Wax Flower #EAB09D

Color information

#EAB09D (or 0xEAB09D) is unknown color: approx Wax Flower. HEX triplet: EA, B0 and 9D. RGB value is (234,176,157). Sum of RGB (Red+Green+Blue) = 234+176+157=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 157 (61.72% from 255 or 27.69% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB09D is #154F62. Grayscale: #BFBFBF. Windows color (decimal): -1396579 or 10334442. OLE color: 10334442.

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

Color convert

RGB234176157-
CMYK00.250.330.08
HSL14.81º64.71%76.67%-
HSV(B)14.81º32.91%91.76%-
XYZ55.5450.9838.81-
YUV191.18108.72158.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 176 (69.14% from 255) = 31.04%
BLUE value IS 157 (61.72% from 255) = 27.69%
R=41.27%
G=31.04%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417615700.250.330.0814.8164.7176.67
HexEAB09D019218f414d
Octal352260235031411017101115
Binary1110101010110000100111010110011000011000111110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB09D; }

 p { color: rgb(234,176,157); }

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

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

 a { background-color: rgb(234,176,157); }

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

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

 span { border-color: rgb(234,176,157); }

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