Html Css Color HEX #E0AD72 Manhattan

📋 copy color: '#E0AD72'

red 224 ◦ green 173 ◦ blue 114

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

Shades of Manhattan #E0AD72

Tints of Manhattan #E0AD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.31%

R = 43.84%
G = 33.86%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E0AD72 (or 0xE0AD72) is known color: Manhattan. HEX triplet: E0, AD and 72. RGB value is (224,173,114). Sum of RGB (Red+Green+Blue) = 224+173+114=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AD72 is #1F528D. Grayscale: #B5B5B5. Windows color (decimal): -2052750 or 7515616. OLE color: 7515616.

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

Color convert

RGB 224 173 114 -
CMYK 0 0.23 0.49 0.12
HSL 32.18º 0.64% 0.66% -
HSV(B) 32.18º 0.49% 0.88% -
XYZ 48.72 46.95 22.41 -
YUV 181.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 224 173 114 0 0.23 0.49 0.12 32.18 0.64 0.66
Hex E0 AD 72 0 17 31 C 20 40 42
Octal 340 255 162 0 27 61 14 40 100 102
Binary 11100000 10101101 1110010 0 10111 110001 1100 100000 1000000 1000010

Color Harmonies of #E0AD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AD72

Black with #E0AD72

Text Example


Text Example

White with #E0AD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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