Html Css Color HEX #E0B075 Manhattan

📋 copy color: '#E0B075'

red 224 ◦ green 176 ◦ blue 117

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

Shades of Manhattan #E0B075

Tints of Manhattan #E0B075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.63%

R = 43.33%
G = 34.04%
B = 22.63%

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

#E0B075 (or 0xE0B075) is known color: Manhattan. HEX triplet: E0, B0 and 75. RGB value is (224,176,117). Sum of RGB (Red+Green+Blue) = 224+176+117=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B075 is #1F4F8A. Grayscale: #B7B7B7. Windows color (decimal): -2051979 or 7712992. OLE color: 7712992.

HSL color Cylindrical-coordinate representation of color #E0B075: hue angle of 33.08º degrees, saturation: 0.63, 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 #E0B075 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 176 117 -
CMYK 0 0.21 0.48 0.12
HSL 33.08º 0.63% 0.67% -
HSV(B) 33.08º 0.48% 0.88% -
XYZ 49.48 48.18 23.52 -
YUV 183.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 224 176 117 0 0.21 0.48 0.12 33.08 0.63 0.67
Hex E0 B0 75 0 15 30 C 21 3F 43
Octal 340 260 165 0 25 60 14 41 77 103
Binary 11100000 10110000 1110101 0 10101 110000 1100 100001 111111 1000011

Color Harmonies of #E0B075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B075

Black with #E0B075

Text Example


Text Example

White with #E0B075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B075; }

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

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

background-color css

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

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

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

border-color css

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

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

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