#EAAE9B

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

Shades of Wax Flower #EAAE9B

Tints of Wax Flower #EAAE9B

Color information

#EAAE9B (or 0xEAAE9B) is unknown color: approx Wax Flower. HEX triplet: EA, AE and 9B. RGB value is (234,174,155). Sum of RGB (Red+Green+Blue) = 234+174+155=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAE9B is #155164. Grayscale: #BDBDBD. Windows color (decimal): -1397093 or 10202858. OLE color: 10202858.

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

Color convert

RGB234174155-
CMYK00.260.340.08
HSL14.43º65.29%76.27%-
HSV(B)14.43º33.76%91.76%-
XYZ54.9850.1337.79-
YUV189.77108.38159.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=41.56%
G=30.91%
B=27.53%

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
Decimal23417415500.260.340.0814.4365.2976.27
HexEAAE9B01A228e414c
Octal352256233032421016101114
Binary1110101010101110100110110110101000101000111010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE9B; }

 p { color: rgb(234,174,155); }

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

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

 a { background-color: rgb(234,174,155); }

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

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

 span { border-color: rgb(234,174,155); }

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