#EAB498

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

Shades of Wax Flower #EAB498

Tints of Wax Flower #EAB498

Color information

#EAB498 (or 0xEAB498) is unknown color: approx Wax Flower. HEX triplet: EA, B4 and 98. RGB value is (234,180,152). Sum of RGB (Red+Green+Blue) = 234+180+152=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB498 is #154B67. Grayscale: #C1C1C1. Windows color (decimal): -1395560 or 10007786. OLE color: 10007786.

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

Color convert

RGB234180152-
CMYK00.230.350.08
HSL20.49º66.13%75.69%-
HSV(B)20.49º35.04%91.76%-
XYZ55.9252.436.87-
YUV192.95104.89157.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.34%
GREEN value IS 180 (70.70% from 255) = 31.80%
BLUE value IS 152 (59.77% from 255) = 26.86%
R=41.34%
G=31.80%
B=26.86%

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
Decimal23418015200.230.350.0820.4966.1375.69
HexEAB49801723814424c
Octal352264230027431024102114
Binary11101010101101001001100001011110001110001010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB498; }

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

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

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

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

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

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

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

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