#E0B88F

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

Shades of Pancho #E0B88F

Tints of Pancho #E0B88F

Color information

#E0B88F (or 0xE0B88F) is unknown color: approx Pancho. HEX triplet: E0, B8 and 8F. RGB value is (224,184,143). Sum of RGB (Red+Green+Blue) = 224+184+143=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 143 (56.25% from 255 or 25.95% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B88F is #1F4770. Grayscale: #BFBFBF. Windows color (decimal): -2049905 or 9418976. OLE color: 9418976.

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

Color convert

RGB224184143-
CMYK00.180.360.12
HSL30.37º56.64%71.96%-
HSV(B)30.37º36.16%87.84%-
XYZ52.8452.1133.26-
YUV191.29100.75151.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.65%
GREEN value IS 184 (72.27% from 255) = 33.39%
BLUE value IS 143 (56.25% from 255) = 25.95%
R=40.65%
G=33.39%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418414300.180.360.1230.3756.6471.96
HexE0B88F01224C1e3948
Octal34027021702244143671110
Binary1110000010111000100011110100101001001100111101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B88F; }

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

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

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

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

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

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

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

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