Html Css Color HEX #EAAD90 Wax Flower

📋 copy color: '#EAAD90'

red 234 ◦ green 173 ◦ blue 144

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

Shades of Wax Flower #EAAD90

Tints of Wax Flower #EAAD90

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.4%

 BLUE value IS 144 (56.64% from 255) = 26.13%

R = 42.47%
G = 31.4%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAAD90 (or 0xEAAD90) is known color: Wax Flower. HEX triplet: EA, AD and 90. RGB value is (234,173,144). Sum of RGB (Red+Green+Blue) = 234+173+144=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAD90 is #15526F. Grayscale: #BCBCBC. Windows color (decimal): -1397360 or 9481706. OLE color: 9481706.

HSL color Cylindrical-coordinate representation of color #EAAD90: hue angle of 19.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAAD90 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 173 144 -
CMYK 0 0.26 0.38 0.08
HSL 19.33º 0.68% 0.74% -
HSV(B) 19.33º 0.38% 0.92% -
XYZ 53.91 49.39 33.08 -
YUV 187.93 103.21 160.86 -
System Red Green Blue C M Y K H S L
Decimal 234 173 144 0 0.26 0.38 0.08 19.33 0.68 0.74
Hex EA AD 90 0 1A 26 8 13 44 4A
Octal 352 255 220 0 32 46 10 23 104 112
Binary 11101010 10101101 10010000 0 11010 100110 1000 10011 1000100 1001010

Color Harmonies of #EAAD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAD90

Black with #EAAD90

Text Example


Text Example

White with #EAAD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAD90; }

 p { color: rgb(234,173,144); }

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

background-color css

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

 a { background-color: rgb(234,173,144); }

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

border-color css

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

 span { border-color: rgb(234,173,144); }

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