Html Css Color HEX #E0B07F Manhattan

📋 copy color: '#E0B07F'

red 224 ◦ green 176 ◦ blue 127

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

Shades of Manhattan #E0B07F

Tints of Manhattan #E0B07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.1%

R = 42.5%
G = 33.4%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0B07F (or 0xE0B07F) is known color: Manhattan. HEX triplet: E0, B0 and 7F. RGB value is (224,176,127). Sum of RGB (Red+Green+Blue) = 224+176+127=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B07F is #1F4F80. Grayscale: #B9B9B9. Windows color (decimal): -2051969 or 8368352. OLE color: 8368352.

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

Color convert

RGB 224 176 127 -
CMYK 0 0.21 0.43 0.12
HSL 30.31º 0.61% 0.69% -
HSV(B) 30.31º 0.43% 0.88% -
XYZ 50.1 48.43 26.79 -
YUV 184.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 224 176 127 0 0.21 0.43 0.12 30.31 0.61 0.69
Hex E0 B0 7F 0 15 2B C 1E 3D 45
Octal 340 260 177 0 25 53 14 36 75 105
Binary 11100000 10110000 1111111 0 10101 101011 1100 11110 111101 1000101

Color Harmonies of #E0B07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B07F

Black with #E0B07F

Text Example


Text Example

White with #E0B07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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