Html Css Color HEX #E0B49B Pancho

📋 copy color: '#E0B49B'

red 224 ◦ green 180 ◦ blue 155

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

Shades of Pancho #E0B49B

Tints of Pancho #E0B49B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.2%

 BLUE value IS 155 (60.94% from 255) = 27.73%

R = 40.07%
G = 32.2%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0B49B (or 0xE0B49B) is known color: Pancho. HEX triplet: E0, B4 and 9B. RGB value is (224,180,155). Sum of RGB (Red+Green+Blue) = 224+180+155=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B49B is #1F4B64. Grayscale: #BEBEBE. Windows color (decimal): -2050917 or 10204384. OLE color: 10204384.

HSL color Cylindrical-coordinate representation of color #E0B49B: hue angle of 21.74º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0B49B is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 180 155 -
CMYK 0 0.20 0.31 0.12
HSL 21.74º 0.53% 0.74% -
HSV(B) 21.74º 0.31% 0.88% -
XYZ 52.98 50.86 38.03 -
YUV 190.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 224 180 155 0 0.20 0.31 0.12 21.74 0.53 0.74
Hex E0 B4 9B 0 14 1F C 16 35 4A
Octal 340 264 233 0 24 37 14 26 65 112
Binary 11100000 10110100 10011011 0 10100 11111 1100 10110 110101 1001010

Color Harmonies of #E0B49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B49B

Black with #E0B49B

Text Example


Text Example

White with #E0B49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B49B; }

 p { color: rgb(224,180,155); }

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

background-color css

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

 a { background-color: rgb(224,180,155); }

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

border-color css

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

 span { border-color: rgb(224,180,155); }

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