Html Css Color HEX #E0B595 Pancho

📋 copy color: '#E0B595'

red 224 ◦ green 181 ◦ blue 149

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

Shades of Pancho #E0B595

Tints of Pancho #E0B595

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.67%

 BLUE value IS 149 (58.59% from 255) = 26.9%

R = 40.43%
G = 32.67%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E0B595 (or 0xE0B595) is known color: Pancho. HEX triplet: E0, B5 and 95. RGB value is (224,181,149). Sum of RGB (Red+Green+Blue) = 224+181+149=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B595 is #1F4A6A. Grayscale: #BEBEBE. Windows color (decimal): -2050667 or 9811424. OLE color: 9811424.

HSL color Cylindrical-coordinate representation of color #E0B595: hue angle of 25.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0B595 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 181 149 -
CMYK 0 0.19 0.33 0.12
HSL 25.6º 0.55% 0.73% -
HSV(B) 25.6º 0.33% 0.88% -
XYZ 52.69 51.06 35.51 -
YUV 190.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 224 181 149 0 0.19 0.33 0.12 25.6 0.55 0.73
Hex E0 B5 95 0 13 21 C 1A 37 49
Octal 340 265 225 0 23 41 14 32 67 111
Binary 11100000 10110101 10010101 0 10011 100001 1100 11010 110111 1001001

Color Harmonies of #E0B595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B595

Black with #E0B595

Text Example


Text Example

White with #E0B595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B595; }

 p { color: rgb(224,181,149); }

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

background-color css

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

 a { background-color: rgb(224,181,149); }

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

border-color css

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

 span { border-color: rgb(224,181,149); }

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