#E7BD90

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

Shades of Pancho #E7BD90

Tints of Pancho #E7BD90

Color information

#E7BD90 (or 0xE7BD90) is unknown color: approx Pancho. HEX triplet: E7, BD and 90. RGB value is (231,189,144). Sum of RGB (Red+Green+Blue) = 231+189+144=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BD90 is #18426F. Grayscale: #C4C4C4. Windows color (decimal): -1589872 or 9485799. OLE color: 9485799.

HSL color Cylindrical-coordinate representation of color #E7BD90: hue angle of 31.03º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7BD90 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB231189144-
CMYK00.180.380.09
HSL31.03º64.44%73.53%-
HSV(B)31.03º37.66%90.59%-
XYZ56.1955.434.12-
YUV196.4398.41152.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.96%
GREEN value IS 189 (74.22% from 255) = 33.51%
BLUE value IS 144 (56.64% from 255) = 25.53%
R=40.96%
G=33.51%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118914400.180.380.0931.0364.4473.53
HexE7BD900122691f404a
Octal347275220022461137100112
Binary11100111101111011001000001001010011010011111110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BD90; }

 p { color: rgb(231,189,144); }

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

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

 a { background-color: rgb(231,189,144); }

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

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

 span { border-color: rgb(231,189,144); }

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