#EAAF9A

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

Shades of Wax Flower #EAAF9A

Tints of Wax Flower #EAAF9A

Color information

#EAAF9A (or 0xEAAF9A) is unknown color: approx Wax Flower. HEX triplet: EA, AF and 9A. RGB value is (234,175,154). Sum of RGB (Red+Green+Blue) = 234+175+154=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAF9A is #155065. Grayscale: #BEBEBE. Windows color (decimal): -1396838 or 10137578. OLE color: 10137578.

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

Color convert

RGB234175154-
CMYK00.250.340.08
HSL15.75º65.57%76.08%-
HSV(B)15.75º34.19%91.76%-
XYZ55.0950.4937.41-
YUV190.25107.55159.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 154 (60.55% from 255) = 27.35%
R=41.56%
G=31.08%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417515400.250.340.0815.7565.5776.08
HexEAAF9A01922810424c
Octal352257232031421020102114
Binary11101010101011111001101001100110001010001000010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAF9A; }

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

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

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

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

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

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

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

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