Html Css Color HEX #E0B07D Manhattan

📋 copy color: '#E0B07D'

red 224 ◦ green 176 ◦ blue 125

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

Shades of Manhattan #E0B07D

Tints of Manhattan #E0B07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.81%

R = 42.67%
G = 33.52%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0B07D (or 0xE0B07D) is known color: Manhattan. HEX triplet: E0, B0 and 7D. RGB value is (224,176,125). Sum of RGB (Red+Green+Blue) = 224+176+125=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B07D is #1F4F82. Grayscale: #B8B8B8. Windows color (decimal): -2051971 or 8237280. OLE color: 8237280.

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

Color convert

RGB 224 176 125 -
CMYK 0 0.21 0.44 0.12
HSL 30.91º 0.61% 0.68% -
HSV(B) 30.91º 0.44% 0.88% -
XYZ 49.97 48.38 26.11 -
YUV 184.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 224 176 125 0 0.21 0.44 0.12 30.91 0.61 0.68
Hex E0 B0 7D 0 15 2C C 1F 3D 44
Octal 340 260 175 0 25 54 14 37 75 104
Binary 11100000 10110000 1111101 0 10101 101100 1100 11111 111101 1000100

Color Harmonies of #E0B07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B07D

Black with #E0B07D

Text Example


Text Example

White with #E0B07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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