#EDBA90

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

Shades of Pancho #EDBA90

Tints of Pancho #EDBA90

Color information

#EDBA90 (or 0xEDBA90) is unknown color: approx Pancho. HEX triplet: ED, BA and 90. RGB value is (237,186,144). Sum of RGB (Red+Green+Blue) = 237+186+144=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA90 is #12456F. Grayscale: #C4C4C4. Windows color (decimal): -1197424 or 9485037. OLE color: 9485037.

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

Color convert

RGB237186144-
CMYK00.220.390.07
HSL27.1º72.09%74.71%-
HSV(B)27.1º39.24%92.94%-
XYZ57.5255.1434-
YUV196.4698.4156.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 186 (73.05% from 255) = 32.80%
BLUE value IS 144 (56.64% from 255) = 25.40%
R=41.80%
G=32.80%
B=25.40%

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
Decimal23718614400.220.390.0727.172.0974.71
HexEDBA900162771b484b
Octal35527222002647733110113
Binary1110110110111010100100000101101001111111101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA90; }

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

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

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

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

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

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

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

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