Html Css Color HEX #E8AF7F Manhattan

📋 copy color: '#E8AF7F'

red 232 ◦ green 175 ◦ blue 127

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

Shades of Manhattan #E8AF7F

Tints of Manhattan #E8AF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.78%

R = 43.45%
G = 32.77%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E8AF7F (or 0xE8AF7F) is known color: Manhattan. HEX triplet: E8, AF and 7F. RGB value is (232,175,127). Sum of RGB (Red+Green+Blue) = 232+175+127=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AF7F is #175080. Grayscale: #BABABA. Windows color (decimal): -1527937 or 8368104. OLE color: 8368104.

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

Color convert

RGB 232 175 127 -
CMYK 0 0.25 0.45 0.09
HSL 27.43º 0.7% 0.7% -
HSV(B) 27.43º 0.45% 0.91% -
XYZ 52.44 49.35 26.84 -
YUV 186.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 232 175 127 0 0.25 0.45 0.09 27.43 0.7 0.7
Hex E8 AF 7F 0 19 2D 9 1B 46 46
Octal 350 257 177 0 31 55 11 33 106 106
Binary 11101000 10101111 1111111 0 11001 101101 1001 11011 1000110 1000110

Color Harmonies of #E8AF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF7F

Black with #E8AF7F

Text Example


Text Example

White with #E8AF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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