Html Css Color HEX #E1B274 Manhattan

📋 copy color: '#E1B274'

red 225 ◦ green 178 ◦ blue 116

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

Shades of Manhattan #E1B274

Tints of Manhattan #E1B274

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.3%

 BLUE value IS 116 (45.7% from 255) = 22.35%

R = 43.35%
G = 34.3%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E1B274 (or 0xE1B274) is known color: Manhattan. HEX triplet: E1, B2 and 74. RGB value is (225,178,116). Sum of RGB (Red+Green+Blue) = 225+178+116=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B274 is #1E4D8B. Grayscale: #B9B9B9. Windows color (decimal): -1985932 or 7647969. OLE color: 7647969.

HSL color Cylindrical-coordinate representation of color #E1B274: hue angle of 34.13º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1B274 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 178 116 -
CMYK 0 0.21 0.48 0.12
HSL 34.13º 0.64% 0.67% -
HSV(B) 34.13º 0.48% 0.88% -
XYZ 50.12 49.11 23.36 -
YUV 184.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 225 178 116 0 0.21 0.48 0.12 34.13 0.64 0.67
Hex E1 B2 74 0 15 30 C 22 40 43
Octal 341 262 164 0 25 60 14 42 100 103
Binary 11100001 10110010 1110100 0 10101 110000 1100 100010 1000000 1000011

Color Harmonies of #E1B274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B274

Black with #E1B274

Text Example


Text Example

White with #E1B274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B274; }

 p { color: rgb(225,178,116); }

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

background-color css

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

 a { background-color: rgb(225,178,116); }

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

border-color css

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

 span { border-color: rgb(225,178,116); }

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