Html Css Color HEX #E6AF76 Manhattan

📋 copy color: '#E6AF76'

red 230 ◦ green 175 ◦ blue 118

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

Shades of Manhattan #E6AF76

Tints of Manhattan #E6AF76

RGB

 RED value IS 230 (90.23% from 255) = 43.98%

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

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

R = 43.98%
G = 33.46%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E6AF76 (or 0xE6AF76) is known color: Manhattan. HEX triplet: E6, AF and 76. RGB value is (230,175,118). Sum of RGB (Red+Green+Blue) = 230+175+118=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AF76 is #195089. Grayscale: #B9B9B9. Windows color (decimal): -1659018 or 7778278. OLE color: 7778278.

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

Color convert

RGB 230 175 118 -
CMYK 0 0.24 0.49 0.10
HSL 30.54º 0.69% 0.68% -
HSV(B) 30.54º 0.49% 0.9% -
XYZ 51.23 48.79 23.86 -
YUV 184.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 230 175 118 0 0.24 0.49 0.10 30.54 0.69 0.68
Hex E6 AF 76 0 18 31 A 1F 45 44
Octal 346 257 166 0 30 61 12 37 105 104
Binary 11100110 10101111 1110110 0 11000 110001 1010 11111 1000101 1000100

Color Harmonies of #E6AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AF76

Black with #E6AF76

Text Example


Text Example

White with #E6AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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