Html Css Color HEX #E5AF80 Manhattan

📋 copy color: '#E5AF80'

red 229 ◦ green 175 ◦ blue 128

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

Shades of Manhattan #E5AF80

Tints of Manhattan #E5AF80

RGB

 RED value IS 229 (89.84% from 255) = 43.05%

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

 BLUE value IS 128 (50.39% from 255) = 24.06%

R = 43.05%
G = 32.89%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E5AF80 (or 0xE5AF80) is known color: Manhattan. HEX triplet: E5, AF and 80. RGB value is (229,175,128). Sum of RGB (Red+Green+Blue) = 229+175+128=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AF80 is #1A507F. Grayscale: #BABABA. Windows color (decimal): -1724544 or 8433637. OLE color: 8433637.

HSL color Cylindrical-coordinate representation of color #E5AF80: hue angle of 27.92º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E5AF80 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 175 128 -
CMYK 0 0.24 0.44 0.10
HSL 27.92º 0.66% 0.7% -
HSV(B) 27.92º 0.44% 0.9% -
XYZ 51.54 48.88 27.14 -
YUV 185.79 95.39 158.82 -
System Red Green Blue C M Y K H S L
Decimal 229 175 128 0 0.24 0.44 0.10 27.92 0.66 0.7
Hex E5 AF 80 0 18 2C A 1C 42 46
Octal 345 257 200 0 30 54 12 34 102 106
Binary 11100101 10101111 10000000 0 11000 101100 1010 11100 1000010 1000110

Color Harmonies of #E5AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AF80

Black with #E5AF80

Text Example


Text Example

White with #E5AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AF80; }

 p { color: rgb(229,175,128); }

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

background-color css

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

 a { background-color: rgb(229,175,128); }

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

border-color css

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

 span { border-color: rgb(229,175,128); }

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