#ED8048

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

Shades of Flamenco #ED8048

Tints of Flamenco #ED8048

Color information

#ED8048 (or 0xED8048) is unknown color: approx Flamenco. HEX triplet: ED, 80 and 48. RGB value is (237,128,72). Sum of RGB (Red+Green+Blue) = 237+128+72=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8048 is #127FB7. Grayscale: #9A9A9A. Windows color (decimal): -1212344 or 4751597. OLE color: 4751597.

HSL color Cylindrical-coordinate representation of color #ED8048: hue angle of 20.36º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED8048 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB23712872-
CMYK00.460.700.07
HSL20.36º82.09%60.59%-
HSV(B)20.36º69.62%92.94%-
XYZ43.8133.9110.37-
YUV154.2181.61187.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.23%
GREEN value IS 128 (50.39% from 255) = 29.29%
BLUE value IS 72 (28.52% from 255) = 16.48%
R=54.23%
G=29.29%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371287200.460.700.0720.3682.0960.59
HexED804802E46714523d
Octal35520011005610672412275
Binary1110110110000000100100001011101000110111101001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8048; }

 p { color: rgb(237,128,72); }

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

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

 a { background-color: rgb(237,128,72); }

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

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

 span { border-color: rgb(237,128,72); }

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