Html Css Color HEX #E0AF7D Manhattan

📋 copy color: '#E0AF7D'

red 224 ◦ green 175 ◦ blue 125

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

Shades of Manhattan #E0AF7D

Tints of Manhattan #E0AF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.4%

 BLUE value IS 125 (49.22% from 255) = 23.85%

R = 42.75%
G = 33.4%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0AF7D (or 0xE0AF7D) is known color: Manhattan. HEX triplet: E0, AF and 7D. RGB value is (224,175,125). Sum of RGB (Red+Green+Blue) = 224+175+125=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AF7D is #1F5082. Grayscale: #B8B8B8. Windows color (decimal): -2052227 or 8237024. OLE color: 8237024.

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

Color convert

RGB 224 175 125 -
CMYK 0 0.22 0.44 0.12
HSL 30.3º 0.61% 0.68% -
HSV(B) 30.3º 0.44% 0.88% -
XYZ 49.77 47.99 26.04 -
YUV 183.95 94.73 156.57 -
System Red Green Blue C M Y K H S L
Decimal 224 175 125 0 0.22 0.44 0.12 30.3 0.61 0.68
Hex E0 AF 7D 0 16 2C C 1E 3D 44
Octal 340 257 175 0 26 54 14 36 75 104
Binary 11100000 10101111 1111101 0 10110 101100 1100 11110 111101 1000100

Color Harmonies of #E0AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AF7D

Black with #E0AF7D

Text Example


Text Example

White with #E0AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AF7D; }

 p { color: rgb(224,175,125); }

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

background-color css

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

 a { background-color: rgb(224,175,125); }

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

border-color css

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

 span { border-color: rgb(224,175,125); }

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