Html Css Color HEX #EAAA9A Wax Flower

📋 copy color: '#EAAA9A'

red 234 ◦ green 170 ◦ blue 154

#EAAA9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wax Flower #EAAA9A

Tints of Wax Flower #EAAA9A

RGB

 RED value IS 234 (91.8% from 255) = 41.94%

 GREEN value IS 170 (66.8% from 255) = 30.47%

 BLUE value IS 154 (60.55% from 255) = 27.6%

R = 41.94%
G = 30.47%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAAA9A (or 0xEAAA9A) is known color: Wax Flower. HEX triplet: EA, AA and 9A. RGB value is (234,170,154). Sum of RGB (Red+Green+Blue) = 234+170+154=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAA9A is #155565. Grayscale: #BBBBBB. Windows color (decimal): -1398118 or 10136298. OLE color: 10136298.

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

Color convert

RGB 234 170 154 -
CMYK 0 0.27 0.34 0.08
HSL 12º 0.66% 0.76% -
HSV(B) 12º 0.34% 0.92% -
XYZ 54.14 48.57 37.09 -
YUV 187.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 234 170 154 0 0.27 0.34 0.08 12 0.66 0.76
Hex EA AA 9A 0 1B 22 8 C 42 4C
Octal 352 252 232 0 33 42 10 14 102 114
Binary 11101010 10101010 10011010 0 11011 100010 1000 1100 1000010 1001100

Color Harmonies of #EAAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA9A

Black with #EAAA9A

Text Example


Text Example

White with #EAAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA9A; }

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

 H1.HeaderClassName
 {
   color: #EAAA9A;
 }
 .AnyTagClassName
 {
   color: #EAAA9A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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