Html Css Color HEX #EAAA9C Wax Flower

📋 copy color: '#EAAA9C'

red 234 ◦ green 170 ◦ blue 156

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

Shades of Wax Flower #EAAA9C

Tints of Wax Flower #EAAA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.86%

R = 41.79%
G = 30.36%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EAAA9C (or 0xEAAA9C) is known color: Wax Flower. HEX triplet: EA, AA and 9C. RGB value is (234,170,156). Sum of RGB (Red+Green+Blue) = 234+170+156=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAA9C is #155563. Grayscale: #BBBBBB. Windows color (decimal): -1398116 or 10267370. OLE color: 10267370.

HSL color Cylindrical-coordinate representation of color #EAAA9C: hue angle of 10.77º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAAA9C is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 170 156 -
CMYK 0 0.27 0.33 0.08
HSL 10.77º 0.65% 0.76% -
HSV(B) 10.77º 0.33% 0.92% -
XYZ 54.31 48.64 37.98 -
YUV 187.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 234 170 156 0 0.27 0.33 0.08 10.77 0.65 0.76
Hex EA AA 9C 0 1B 21 8 B 41 4C
Octal 352 252 234 0 33 41 10 13 101 114
Binary 11101010 10101010 10011100 0 11011 100001 1000 1011 1000001 1001100

Color Harmonies of #EAAA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA9C

Black with #EAAA9C

Text Example


Text Example

White with #EAAA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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