#E0BE8E

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

Shades of Pancho #E0BE8E

Tints of Pancho #E0BE8E

Color information

#E0BE8E (or 0xE0BE8E) is unknown color: approx Pancho. HEX triplet: E0, BE and 8E. RGB value is (224,190,142). Sum of RGB (Red+Green+Blue) = 224+190+142=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BE8E is #1F4171. Grayscale: #C2C2C2. Windows color (decimal): -2048370 or 9354976. OLE color: 9354976.

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

Color convert

RGB224190142-
CMYK00.150.370.12
HSL35.12º56.94%71.76%-
HSV(B)35.12º36.61%87.84%-
XYZ54.0454.6333.29-
YUV194.6998.26148.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.29%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 142 (55.86% from 255) = 25.54%
R=40.29%
G=34.17%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419014200.150.370.1235.1256.9471.76
HexE0BE8E0F25C233948
Octal34027621601745144371110
Binary1110000010111110100011100111110010111001000111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BE8E; }

 p { color: rgb(224,190,142); }

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

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

 a { background-color: rgb(224,190,142); }

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

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

 span { border-color: rgb(224,190,142); }

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