#EAAC9A

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

Shades of Wax Flower #EAAC9A

Tints of Wax Flower #EAAC9A

Color information

#EAAC9A (or 0xEAAC9A) is unknown color: approx Wax Flower. HEX triplet: EA, AC and 9A. RGB value is (234,172,154). Sum of RGB (Red+Green+Blue) = 234+172+154=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAC9A is #155365. Grayscale: #BCBCBC. Windows color (decimal): -1397606 or 10136810. OLE color: 10136810.

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

Color convert

RGB234172154-
CMYK00.260.340.08
HSL13.5º65.57%76.08%-
HSV(B)13.5º34.19%91.76%-
XYZ54.5249.3337.22-
YUV188.49108.54160.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 154 (60.55% from 255) = 27.5%
R=41.79%
G=30.71%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417215400.260.340.0813.565.5776.08
HexEAAC9A01A228e424c
Octal352254232032421016102114
Binary1110101010101100100110100110101000101000111010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAC9A; }

 p { color: rgb(234,172,154); }

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

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

 a { background-color: rgb(234,172,154); }

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

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

 span { border-color: rgb(234,172,154); }

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