#EDBB91

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

Shades of Pancho #EDBB91

Tints of Pancho #EDBB91

Color information

#EDBB91 (or 0xEDBB91) is unknown color: approx Pancho. HEX triplet: ED, BB and 91. RGB value is (237,187,145). Sum of RGB (Red+Green+Blue) = 237+187+145=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 145 (57.03% from 255 or 25.48% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBB91 is #12446E. Grayscale: #C5C5C5. Windows color (decimal): -1197167 or 9550829. OLE color: 9550829.

HSL color Cylindrical-coordinate representation of color #EDBB91: hue angle of 27.39º 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 #EDBB91 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB237187145-
CMYK00.210.390.07
HSL27.39º71.88%74.9%-
HSV(B)27.39º38.82%92.94%-
XYZ57.8155.5934.47-
YUV197.1698.56156.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 187 (73.44% from 255) = 32.86%
BLUE value IS 145 (57.03% from 255) = 25.48%
R=41.65%
G=32.86%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718714500.210.390.0727.3971.8874.9
HexEDBB910152771b484b
Octal35527322102547733110113
Binary1110110110111011100100010101011001111111101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBB91; }

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

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

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

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

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

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

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

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