Html Css Color HEX #EAA89A Wax Flower

📋 copy color: '#EAA89A'

red 234 ◦ green 168 ◦ blue 154

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

Shades of Wax Flower #EAA89A

Tints of Wax Flower #EAA89A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.22%

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

R = 42.09%
G = 30.22%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAA89A (or 0xEAA89A) is known color: Wax Flower. HEX triplet: EA, A8 and 9A. RGB value is (234,168,154). Sum of RGB (Red+Green+Blue) = 234+168+154=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA89A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA89A is #155765. Grayscale: #BABABA. Windows color (decimal): -1398630 or 10135786. OLE color: 10135786.

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

Color convert

RGB 234 168 154 -
CMYK 0 0.28 0.34 0.08
HSL 10.5º 0.66% 0.76% -
HSV(B) 10.5º 0.34% 0.92% -
XYZ 53.77 47.83 36.97 -
YUV 186.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 234 168 154 0 0.28 0.34 0.08 10.5 0.66 0.76
Hex EA A8 9A 0 1C 22 8 A 42 4C
Octal 352 250 232 0 34 42 10 12 102 114
Binary 11101010 10101000 10011010 0 11100 100010 1000 1010 1000010 1001100

Color Harmonies of #EAA89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA89A

Black with #EAA89A

Text Example


Text Example

White with #EAA89A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA89A; }

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

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

background-color css

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

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

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

border-color css

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

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

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