#E0B990

Color #E0B990 Pancho (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pancho #E0B990

Tints of Pancho #E0B990

Color information

#E0B990 (or 0xE0B990) is unknown color: approx Pancho. HEX triplet: E0, B9 and 90. RGB value is (224,185,144). Sum of RGB (Red+Green+Blue) = 224+185+144=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B990 is #1F466F. Grayscale: #C0C0C0. Windows color (decimal): -2049648 or 9484768. OLE color: 9484768.

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

Color convert

RGB224185144-
CMYK00.170.360.12
HSL30.75º56.34%72.16%-
HSV(B)30.75º35.71%87.84%-
XYZ53.1252.5633.73-
YUV191.99100.92150.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.51%
GREEN value IS 185 (72.66% from 255) = 33.45%
BLUE value IS 144 (56.64% from 255) = 26.04%
R=40.51%
G=33.45%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418514400.170.360.1230.7556.3472.16
HexE0B99001124C1f3848
Octal34027122002144143770110
Binary1110000010111001100100000100011001001100111111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B990; }

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

 H1.HeaderClassName
 {
   color: #E0B990;
 }
 .AnyTagClassName
 {
   color: #E0B990;
 }
</style>
background-color css

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

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

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

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

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

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