Html Css Color HEX #E0AD9A Wax Flower

📋 copy color: '#E0AD9A'

red 224 ◦ green 173 ◦ blue 154

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

Shades of Wax Flower #E0AD9A

Tints of Wax Flower #E0AD9A

RGB

 RED value IS 224 (87.89% from 255) = 40.65%

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

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

R = 40.65%
G = 31.4%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0AD9A (or 0xE0AD9A) is known color: Wax Flower. HEX triplet: E0, AD and 9A. RGB value is (224,173,154). Sum of RGB (Red+Green+Blue) = 224+173+154=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AD9A is #1F5265. Grayscale: #BABABA. Windows color (decimal): -2052710 or 10137056. OLE color: 10137056.

HSL color Cylindrical-coordinate representation of color #E0AD9A: hue angle of 16.29º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0AD9A is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 173 154 -
CMYK 0 0.23 0.31 0.12
HSL 16.29º 0.53% 0.74% -
HSV(B) 16.29º 0.31% 0.88% -
XYZ 51.52 48.07 37.13 -
YUV 186.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 224 173 154 0 0.23 0.31 0.12 16.29 0.53 0.74
Hex E0 AD 9A 0 17 1F C 10 35 4A
Octal 340 255 232 0 27 37 14 20 65 112
Binary 11100000 10101101 10011010 0 10111 11111 1100 10000 110101 1001010

Color Harmonies of #E0AD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AD9A

Black with #E0AD9A

Text Example


Text Example

White with #E0AD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AD9A; }

 p { color: rgb(224,173,154); }

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

background-color css

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

 a { background-color: rgb(224,173,154); }

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

border-color css

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

 span { border-color: rgb(224,173,154); }

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