Html Css Color HEX #E0B995 Pancho

📋 copy color: '#E0B995'

red 224 ◦ green 185 ◦ blue 149

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

Shades of Pancho #E0B995

Tints of Pancho #E0B995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.15%

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

R = 40.14%
G = 33.15%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E0B995 (or 0xE0B995) is known color: Pancho. HEX triplet: E0, B9 and 95. RGB value is (224,185,149). Sum of RGB (Red+Green+Blue) = 224+185+149=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B995 is #1F466A. Grayscale: #C0C0C0. Windows color (decimal): -2049643 or 9812448. OLE color: 9812448.

HSL color Cylindrical-coordinate representation of color #E0B995: hue angle of 28.8º 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 #E0B995 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 185 149 -
CMYK 0 0.17 0.33 0.12
HSL 28.8º 0.55% 0.73% -
HSV(B) 28.8º 0.33% 0.88% -
XYZ 53.51 52.72 35.79 -
YUV 192.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 224 185 149 0 0.17 0.33 0.12 28.8 0.55 0.73
Hex E0 B9 95 0 11 21 C 1D 37 49
Octal 340 271 225 0 21 41 14 35 67 111
Binary 11100000 10111001 10010101 0 10001 100001 1100 11101 110111 1001001

Color Harmonies of #E0B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B995

Black with #E0B995

Text Example


Text Example

White with #E0B995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B995; }

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

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

background-color css

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

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

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

border-color css

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

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

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