#EDB98E

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

Shades of Pancho #EDB98E

Tints of Pancho #EDB98E

Color information

#EDB98E (or 0xEDB98E) is unknown color: approx Pancho. HEX triplet: ED, B9 and 8E. RGB value is (237,185,142). Sum of RGB (Red+Green+Blue) = 237+185+142=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 142 (55.86% from 255 or 25.18% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB98E is #124671. Grayscale: #C3C3C3. Windows color (decimal): -1197682 or 9353709. OLE color: 9353709.

HSL color Cylindrical-coordinate representation of color #EDB98E: hue angle of 27.16º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDB98E is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB237185142-
CMYK00.220.400.07
HSL27.16º72.52%74.31%-
HSV(B)27.16º40.08%92.94%-
XYZ57.1654.6633.13-
YUV195.6597.73157.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 185 (72.66% from 255) = 32.80%
BLUE value IS 142 (55.86% from 255) = 25.18%
R=42.02%
G=32.80%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718514200.220.400.0727.1672.5274.31
HexEDB98E0162871b494a
Octal35527121602650733111112
Binary1110110110111001100011100101101010001111101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB98E; }

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

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

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

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

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

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

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

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