Html Css Color HEX #E8AF76 Manhattan

📋 copy color: '#E8AF76'

red 232 ◦ green 175 ◦ blue 118

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

Shades of Manhattan #E8AF76

Tints of Manhattan #E8AF76

RGB

 RED value IS 232 (91.02% from 255) = 44.19%

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

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

R = 44.19%
G = 33.33%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E8AF76 (or 0xE8AF76) is known color: Manhattan. HEX triplet: E8, AF and 76. RGB value is (232,175,118). Sum of RGB (Red+Green+Blue) = 232+175+118=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AF76 is #175089. Grayscale: #B9B9B9. Windows color (decimal): -1527946 or 7778280. OLE color: 7778280.

HSL color Cylindrical-coordinate representation of color #E8AF76: hue angle of 30º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E8AF76 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 175 118 -
CMYK 0 0.25 0.49 0.09
HSL 30º 0.71% 0.69% -
HSV(B) 30º 0.49% 0.91% -
XYZ 51.88 49.12 23.89 -
YUV 185.55 89.88 161.13 -
System Red Green Blue C M Y K H S L
Decimal 232 175 118 0 0.25 0.49 0.09 30 0.71 0.69
Hex E8 AF 76 0 19 31 9 1E 47 45
Octal 350 257 166 0 31 61 11 36 107 105
Binary 11101000 10101111 1110110 0 11001 110001 1001 11110 1000111 1000101

Color Harmonies of #E8AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF76

Black with #E8AF76

Text Example


Text Example

White with #E8AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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