#EDBA91

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

Shades of Pancho #EDBA91

Tints of Pancho #EDBA91

Color information

#EDBA91 (or 0xEDBA91) is unknown color: approx Pancho. HEX triplet: ED, BA and 91. RGB value is (237,186,145). Sum of RGB (Red+Green+Blue) = 237+186+145=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 145 (57.03% from 255 or 25.53% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA91 is #12456E. Grayscale: #C4C4C4. Windows color (decimal): -1197423 or 9550573. OLE color: 9550573.

HSL color Cylindrical-coordinate representation of color #EDBA91: hue angle of 26.74º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDBA91 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB237186145-
CMYK00.220.390.07
HSL26.74º71.88%74.9%-
HSV(B)26.74º38.82%92.94%-
XYZ57.5955.1734.4-
YUV196.5898.9156.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 145 (57.03% from 255) = 25.53%
R=41.73%
G=32.75%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718614500.220.390.0726.7471.8874.9
HexEDBA910162771b484b
Octal35527222102647733110113
Binary1110110110111010100100010101101001111111101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA91; }

 p { color: rgb(237,186,145); }

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

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

 a { background-color: rgb(237,186,145); }

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

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

 span { border-color: rgb(237,186,145); }

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