Html Css Color HEX #E0B48D Pancho

📋 copy color: '#E0B48D'

red 224 ◦ green 180 ◦ blue 141

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

Shades of Pancho #E0B48D

Tints of Pancho #E0B48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.87%

R = 41.1%
G = 33.03%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0B48D (or 0xE0B48D) is known color: Pancho. HEX triplet: E0, B4 and 8D. RGB value is (224,180,141). Sum of RGB (Red+Green+Blue) = 224+180+141=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B48D is #1F4B72. Grayscale: #BCBCBC. Windows color (decimal): -2050931 or 9286880. OLE color: 9286880.

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

Color convert

RGB 224 180 141 -
CMYK 0 0.20 0.37 0.12
HSL 28.19º 0.57% 0.72% -
HSV(B) 28.19º 0.37% 0.88% -
XYZ 51.87 50.41 32.2 -
YUV 188.71 101.08 153.17 -
System Red Green Blue C M Y K H S L
Decimal 224 180 141 0 0.20 0.37 0.12 28.19 0.57 0.72
Hex E0 B4 8D 0 14 25 C 1C 39 48
Octal 340 264 215 0 24 45 14 34 71 110
Binary 11100000 10110100 10001101 0 10100 100101 1100 11100 111001 1001000

Color Harmonies of #E0B48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B48D

Black with #E0B48D

Text Example


Text Example

White with #E0B48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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