#EAA598

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

Shades of Wax Flower #EAA598

Tints of Wax Flower #EAA598

Color information

#EAA598 (or 0xEAA598) is unknown color: approx Wax Flower. HEX triplet: EA, A5 and 98. RGB value is (234,165,152). Sum of RGB (Red+Green+Blue) = 234+165+152=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA598 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA598 is #155A67. Grayscale: #B8B8B8. Windows color (decimal): -1399400 or 10003946. OLE color: 10003946.

HSL color Cylindrical-coordinate representation of color #EAA598: hue angle of 9.51º degrees, saturation: 0.66, 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 #EAA598 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB234165152-
CMYK00.290.350.08
HSL9.51º66.13%75.69%-
HSV(B)9.51º35.04%91.76%-
XYZ53.0546.6735.92-
YUV184.15109.86163.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 165 (64.84% from 255) = 29.95%
BLUE value IS 152 (59.77% from 255) = 27.59%
R=42.47%
G=29.95%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416515200.290.350.089.5166.1375.69
HexEAA59801D238a424c
Octal352245230035431012102114
Binary1110101010100101100110000111011000111000101010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA598; }

 p { color: rgb(234,165,152); }

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

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

 a { background-color: rgb(234,165,152); }

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

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

 span { border-color: rgb(234,165,152); }

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