#E0B28F

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

Shades of Pancho #E0B28F

Tints of Pancho #E0B28F

Color information

#E0B28F (or 0xE0B28F) is unknown color: approx Pancho. HEX triplet: E0, B2 and 8F. RGB value is (224,178,143). Sum of RGB (Red+Green+Blue) = 224+178+143=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B28F is #1F4D70. Grayscale: #BBBBBB. Windows color (decimal): -2051441 or 9417440. OLE color: 9417440.

HSL color Cylindrical-coordinate representation of color #E0B28F: hue angle of 25.93º degrees, saturation: 0.57, 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 #E0B28F is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB224178143-
CMYK00.210.360.12
HSL25.93º56.64%71.96%-
HSV(B)25.93º36.16%87.84%-
XYZ51.6249.6732.85-
YUV187.76102.74153.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 178 (69.92% from 255) = 32.66%
BLUE value IS 143 (56.25% from 255) = 26.24%
R=41.10%
G=32.66%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417814300.210.360.1225.9356.6471.96
HexE0B28F01524C1a3948
Octal34026221702544143271110
Binary1110000010110010100011110101011001001100110101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B28F; }

 p { color: rgb(224,178,143); }

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

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

 a { background-color: rgb(224,178,143); }

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

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

 span { border-color: rgb(224,178,143); }

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