Html Css Color HEX #E6AD80 Manhattan

📋 copy color: '#E6AD80'

red 230 ◦ green 173 ◦ blue 128

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

Shades of Manhattan #E6AD80

Tints of Manhattan #E6AD80

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.58%

 BLUE value IS 128 (50.39% from 255) = 24.11%

R = 43.31%
G = 32.58%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E6AD80 (or 0xE6AD80) is known color: Manhattan. HEX triplet: E6, AD and 80. RGB value is (230,173,128). Sum of RGB (Red+Green+Blue) = 230+173+128=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AD80 is #19527F. Grayscale: #B9B9B9. Windows color (decimal): -1659520 or 8433126. OLE color: 8433126.

HSL color Cylindrical-coordinate representation of color #E6AD80: hue angle of 26.47º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6AD80 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 173 128 -
CMYK 0 0.25 0.44 0.10
HSL 26.47º 0.67% 0.7% -
HSV(B) 26.47º 0.44% 0.9% -
XYZ 51.47 48.27 27.03 -
YUV 184.91 95.88 160.16 -
System Red Green Blue C M Y K H S L
Decimal 230 173 128 0 0.25 0.44 0.10 26.47 0.67 0.7
Hex E6 AD 80 0 19 2C A 1A 43 46
Octal 346 255 200 0 31 54 12 32 103 106
Binary 11100110 10101101 10000000 0 11001 101100 1010 11010 1000011 1000110

Color Harmonies of #E6AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AD80

Black with #E6AD80

Text Example


Text Example

White with #E6AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AD80; }

 p { color: rgb(230,173,128); }

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

background-color css

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

 a { background-color: rgb(230,173,128); }

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

border-color css

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

 span { border-color: rgb(230,173,128); }

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