Html Css Color HEX #E0B07C Manhattan

📋 copy color: '#E0B07C'

red 224 ◦ green 176 ◦ blue 124

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

Shades of Manhattan #E0B07C

Tints of Manhattan #E0B07C

RGB

 RED value IS 224 (87.89% from 255) = 42.75%

 GREEN value IS 176 (69.14% from 255) = 33.59%

 BLUE value IS 124 (48.83% from 255) = 23.66%

R = 42.75%
G = 33.59%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0B07C (or 0xE0B07C) is known color: Manhattan. HEX triplet: E0, B0 and 7C. RGB value is (224,176,124). Sum of RGB (Red+Green+Blue) = 224+176+124=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B07C is #1F4F83. Grayscale: #B8B8B8. Windows color (decimal): -2051972 or 8171744. OLE color: 8171744.

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

Color convert

RGB 224 176 124 -
CMYK 0 0.21 0.45 0.12
HSL 31.2º 0.62% 0.68% -
HSV(B) 31.2º 0.45% 0.88% -
XYZ 49.9 48.35 25.77 -
YUV 184.42 93.9 156.23 -
System Red Green Blue C M Y K H S L
Decimal 224 176 124 0 0.21 0.45 0.12 31.2 0.62 0.68
Hex E0 B0 7C 0 15 2D C 1F 3E 44
Octal 340 260 174 0 25 55 14 37 76 104
Binary 11100000 10110000 1111100 0 10101 101101 1100 11111 111110 1000100

Color Harmonies of #E0B07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B07C

Black with #E0B07C

Text Example


Text Example

White with #E0B07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B07C; }

 p { color: rgb(224,176,124); }

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

background-color css

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

 a { background-color: rgb(224,176,124); }

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

border-color css

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

 span { border-color: rgb(224,176,124); }

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