Html Css Color HEX #E0AD7F Manhattan

📋 copy color: '#E0AD7F'

red 224 ◦ green 173 ◦ blue 127

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

Shades of Manhattan #E0AD7F

Tints of Manhattan #E0AD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.24%

R = 42.75%
G = 33.02%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0AD7F (or 0xE0AD7F) is known color: Manhattan. HEX triplet: E0, AD and 7F. RGB value is (224,173,127). Sum of RGB (Red+Green+Blue) = 224+173+127=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AD7F is #1F5280. Grayscale: #B7B7B7. Windows color (decimal): -2052737 or 8367584. OLE color: 8367584.

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

Color convert

RGB 224 173 127 -
CMYK 0 0.23 0.43 0.12
HSL 28.45º 0.61% 0.69% -
HSV(B) 28.45º 0.43% 0.88% -
XYZ 49.51 47.27 26.59 -
YUV 183.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 224 173 127 0 0.23 0.43 0.12 28.45 0.61 0.69
Hex E0 AD 7F 0 17 2B C 1C 3D 45
Octal 340 255 177 0 27 53 14 34 75 105
Binary 11100000 10101101 1111111 0 10111 101011 1100 11100 111101 1000101

Color Harmonies of #E0AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AD7F

Black with #E0AD7F

Text Example


Text Example

White with #E0AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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