Html Css Color HEX #E0AE9A Wax Flower

📋 copy color: '#E0AE9A'

red 224 ◦ green 174 ◦ blue 154

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

Shades of Wax Flower #E0AE9A

Tints of Wax Flower #E0AE9A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.52%

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

R = 40.58%
G = 31.52%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0AE9A (or 0xE0AE9A) is known color: Wax Flower. HEX triplet: E0, AE and 9A. RGB value is (224,174,154). Sum of RGB (Red+Green+Blue) = 224+174+154=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AE9A is #1F5165. Grayscale: #BABABA. Windows color (decimal): -2052454 or 10137312. OLE color: 10137312.

HSL color Cylindrical-coordinate representation of color #E0AE9A: hue angle of 17.14º 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 #E0AE9A is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 174 154 -
CMYK 0 0.22 0.31 0.12
HSL 17.14º 0.53% 0.74% -
HSV(B) 17.14º 0.31% 0.88% -
XYZ 51.71 48.45 37.2 -
YUV 186.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 224 174 154 0 0.22 0.31 0.12 17.14 0.53 0.74
Hex E0 AE 9A 0 16 1F C 11 35 4A
Octal 340 256 232 0 26 37 14 21 65 112
Binary 11100000 10101110 10011010 0 10110 11111 1100 10001 110101 1001010

Color Harmonies of #E0AE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AE9A

Black with #E0AE9A

Text Example


Text Example

White with #E0AE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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