#E0B78D

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

Shades of Pancho #E0B78D

Tints of Pancho #E0B78D

Color information

#E0B78D (or 0xE0B78D) is unknown color: approx Pancho. HEX triplet: E0, B7 and 8D. RGB value is (224,183,141). Sum of RGB (Red+Green+Blue) = 224+183+141=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B78D is #1F4872. Grayscale: #BEBEBE. Windows color (decimal): -2050163 or 9287648. OLE color: 9287648.

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

Color convert

RGB224183141-
CMYK00.180.370.12
HSL30.36º57.24%71.57%-
HSV(B)30.36º37.05%87.84%-
XYZ52.4851.6432.4-
YUV190.47100.08151.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.88%
GREEN value IS 183 (71.88% from 255) = 33.39%
BLUE value IS 141 (55.47% from 255) = 25.73%
R=40.88%
G=33.39%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418314100.180.370.1230.3657.2471.57
HexE0B78D01225C1e3948
Octal34026721502245143671110
Binary1110000010110111100011010100101001011100111101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B78D; }

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

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

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

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

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

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

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

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