Html Css Color HEX #E6AF75 Manhattan

📋 copy color: '#E6AF75'

red 230 ◦ green 175 ◦ blue 117

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

Shades of Manhattan #E6AF75

Tints of Manhattan #E6AF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.41%

R = 44.06%
G = 33.52%
B = 22.41%

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

#E6AF75 (or 0xE6AF75) is known color: Manhattan. HEX triplet: E6, AF and 75. RGB value is (230,175,117). Sum of RGB (Red+Green+Blue) = 230+175+117=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AF75 is #19508A. Grayscale: #B9B9B9. Windows color (decimal): -1659019 or 7712742. OLE color: 7712742.

HSL color Cylindrical-coordinate representation of color #E6AF75: hue angle of 30.8º 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 #E6AF75 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 175 117 -
CMYK 0 0.24 0.49 0.10
HSL 30.8º 0.69% 0.68% -
HSV(B) 30.8º 0.49% 0.9% -
XYZ 51.17 48.77 23.55 -
YUV 184.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 230 175 117 0 0.24 0.49 0.10 30.8 0.69 0.68
Hex E6 AF 75 0 18 31 A 1F 45 44
Octal 346 257 165 0 30 61 12 37 105 104
Binary 11100110 10101111 1110101 0 11000 110001 1010 11111 1000101 1000100

Color Harmonies of #E6AF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AF75

Black with #E6AF75

Text Example


Text Example

White with #E6AF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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