#EDB990

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

Shades of Pancho #EDB990

Tints of Pancho #EDB990

Color information

#EDB990 (or 0xEDB990) is unknown color: approx Pancho. HEX triplet: ED, B9 and 90. RGB value is (237,185,144). Sum of RGB (Red+Green+Blue) = 237+185+144=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB990 is #12466F. Grayscale: #C4C4C4. Windows color (decimal): -1197680 or 9484781. OLE color: 9484781.

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

Color convert

RGB237185144-
CMYK00.220.390.07
HSL26.45º72.09%74.71%-
HSV(B)26.45º39.24%92.94%-
XYZ57.3154.7233.93-
YUV195.8798.73157.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 185 (72.66% from 255) = 32.69%
BLUE value IS 144 (56.64% from 255) = 25.44%
R=41.87%
G=32.69%
B=25.44%

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
Decimal23718514400.220.390.0726.4572.0974.71
HexEDB9900162771a484b
Octal35527122002647732110113
Binary1110110110111001100100000101101001111111101010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB990; }

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

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

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

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

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

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

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

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