Html Css Color HEX #E6AF8A Manhattan

📋 copy color: '#E6AF8A'

red 230 ◦ green 175 ◦ blue 138

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

Shades of Manhattan #E6AF8A

Tints of Manhattan #E6AF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.41%

R = 42.36%
G = 32.23%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6AF8A (or 0xE6AF8A) is known color: Manhattan. HEX triplet: E6, AF and 8A. RGB value is (230,175,138). Sum of RGB (Red+Green+Blue) = 230+175+138=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AF8A is #195075. Grayscale: #BBBBBB. Windows color (decimal): -1658998 or 9088998. OLE color: 9088998.

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

Color convert

RGB 230 175 138 -
CMYK 0 0.24 0.4 0.10
HSL 24.13º 0.65% 0.72% -
HSV(B) 24.13º 0.4% 0.9% -
XYZ 52.55 49.32 30.79 -
YUV 187.23 100.22 158.51 -
System Red Green Blue C M Y K H S L
Decimal 230 175 138 0 0.24 0.4 0.10 24.13 0.65 0.72
Hex E6 AF 8A 0 18 28 A 18 41 48
Octal 346 257 212 0 30 50 12 30 101 110
Binary 11100110 10101111 10001010 0 11000 101000 1010 11000 1000001 1001000

Color Harmonies of #E6AF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AF8A

Black with #E6AF8A

Text Example


Text Example

White with #E6AF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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