Html Css Color HEX #E1AF8C Manhattan

📋 copy color: '#E1AF8C'

red 225 ◦ green 175 ◦ blue 140

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

Shades of Manhattan #E1AF8C

Tints of Manhattan #E1AF8C

RGB

 RED value IS 225 (88.28% from 255) = 41.67%

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

 BLUE value IS 140 (55.08% from 255) = 25.93%

R = 41.67%
G = 32.41%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1AF8C (or 0xE1AF8C) is known color: Manhattan. HEX triplet: E1, AF and 8C. RGB value is (225,175,140). Sum of RGB (Red+Green+Blue) = 225+175+140=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AF8C is #1E5073. Grayscale: #BABABA. Windows color (decimal): -1986676 or 9220065. OLE color: 9220065.

HSL color Cylindrical-coordinate representation of color #E1AF8C: hue angle of 24.71º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1AF8C is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 175 140 -
CMYK 0 0.22 0.38 0.12
HSL 24.71º 0.59% 0.72% -
HSV(B) 24.71º 0.38% 0.88% -
XYZ 51.11 48.56 31.49 -
YUV 185.96 102.07 155.85 -
System Red Green Blue C M Y K H S L
Decimal 225 175 140 0 0.22 0.38 0.12 24.71 0.59 0.72
Hex E1 AF 8C 0 16 26 C 19 3B 48
Octal 341 257 214 0 26 46 14 31 73 110
Binary 11100001 10101111 10001100 0 10110 100110 1100 11001 111011 1001000

Color Harmonies of #E1AF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF8C

Black with #E1AF8C

Text Example


Text Example

White with #E1AF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF8C; }

 p { color: rgb(225,175,140); }

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

background-color css

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

 a { background-color: rgb(225,175,140); }

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

border-color css

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

 span { border-color: rgb(225,175,140); }

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