Html Css Color HEX #E3AF80 Manhattan

📋 copy color: '#E3AF80'

red 227 ◦ green 175 ◦ blue 128

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

Shades of Manhattan #E3AF80

Tints of Manhattan #E3AF80

RGB

 RED value IS 227 (89.06% from 255) = 42.83%

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

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

R = 42.83%
G = 33.02%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E3AF80 (or 0xE3AF80) is known color: Manhattan. HEX triplet: E3, AF and 80. RGB value is (227,175,128). Sum of RGB (Red+Green+Blue) = 227+175+128=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AF80 is #1C507F. Grayscale: #B9B9B9. Windows color (decimal): -1855616 or 8433635. OLE color: 8433635.

HSL color Cylindrical-coordinate representation of color #E3AF80: hue angle of 28.48º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E3AF80 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 175 128 -
CMYK 0 0.23 0.44 0.11
HSL 28.48º 0.64% 0.7% -
HSV(B) 28.48º 0.44% 0.89% -
XYZ 50.9 48.55 27.11 -
YUV 185.19 95.73 157.82 -
System Red Green Blue C M Y K H S L
Decimal 227 175 128 0 0.23 0.44 0.11 28.48 0.64 0.7
Hex E3 AF 80 0 17 2C B 1C 40 46
Octal 343 257 200 0 27 54 13 34 100 106
Binary 11100011 10101111 10000000 0 10111 101100 1011 11100 1000000 1000110

Color Harmonies of #E3AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AF80

Black with #E3AF80

Text Example


Text Example

White with #E3AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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