#EDB98F

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

Shades of Pancho #EDB98F

Tints of Pancho #EDB98F

Color information

#EDB98F (or 0xEDB98F) is unknown color: approx Pancho. HEX triplet: ED, B9 and 8F. RGB value is (237,185,143). Sum of RGB (Red+Green+Blue) = 237+185+143=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB98F is #124670. Grayscale: #C3C3C3. Windows color (decimal): -1197681 or 9419245. OLE color: 9419245.

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

Color convert

RGB237185143-
CMYK00.220.400.07
HSL26.81º72.31%74.51%-
HSV(B)26.81º39.66%92.94%-
XYZ57.2354.6933.53-
YUV195.7698.23157.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 185 (72.66% from 255) = 32.74%
BLUE value IS 143 (56.25% from 255) = 25.31%
R=41.95%
G=32.74%
B=25.31%

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
Decimal23718514300.220.400.0726.8172.3174.51
HexEDB98F0162871b484b
Octal35527121702650733110113
Binary1110110110111001100011110101101010001111101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB98F; }

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

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

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

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

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

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

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

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