Html Css Color HEX #E1AF76 Manhattan

📋 copy color: '#E1AF76'

red 225 ◦ green 175 ◦ blue 118

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

Shades of Manhattan #E1AF76

Tints of Manhattan #E1AF76

RGB

 RED value IS 225 (88.28% from 255) = 43.44%

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

 BLUE value IS 118 (46.48% from 255) = 22.78%

R = 43.44%
G = 33.78%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E1AF76 (or 0xE1AF76) is known color: Manhattan. HEX triplet: E1, AF and 76. RGB value is (225,175,118). Sum of RGB (Red+Green+Blue) = 225+175+118=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF76 is #1E5089. Grayscale: #B7B7B7. Windows color (decimal): -1986698 or 7778273. OLE color: 7778273.

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

Color convert

RGB 225 175 118 -
CMYK 0 0.22 0.48 0.12
HSL 31.96º 0.64% 0.67% -
HSV(B) 31.96º 0.48% 0.88% -
XYZ 49.65 47.98 23.78 -
YUV 183.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 225 175 118 0 0.22 0.48 0.12 31.96 0.64 0.67
Hex E1 AF 76 0 16 30 C 20 40 43
Octal 341 257 166 0 26 60 14 40 100 103
Binary 11100001 10101111 1110110 0 10110 110000 1100 100000 1000000 1000011

Color Harmonies of #E1AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF76

Black with #E1AF76

Text Example


Text Example

White with #E1AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF76; }

 p { color: rgb(225,175,118); }

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

background-color css

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

 a { background-color: rgb(225,175,118); }

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

border-color css

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

 span { border-color: rgb(225,175,118); }

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