#ED7F49

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

Shades of Flamenco #ED7F49

Tints of Flamenco #ED7F49

Color information

#ED7F49 (or 0xED7F49) is unknown color: approx Flamenco. HEX triplet: ED, 7F and 49. RGB value is (237,127,73). Sum of RGB (Red+Green+Blue) = 237+127+73=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7F49 is #1280B6. Grayscale: #9A9A9A. Windows color (decimal): -1212599 or 4816877. OLE color: 4816877.

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

Color convert

RGB23712773-
CMYK00.460.690.07
HSL19.76º82%60.78%-
HSV(B)19.76º69.2%92.94%-
XYZ43.7233.6610.5-
YUV153.7382.44187.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.23%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 73 (28.91% from 255) = 16.70%
R=54.23%
G=29.06%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371277300.460.690.0719.768260.78
HexED7F4902E45714523d
Octal35517711105610572412275
Binary111011011111111100100101011101000101111101001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7F49; }

 p { color: rgb(237,127,73); }

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

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

 a { background-color: rgb(237,127,73); }

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

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

 span { border-color: rgb(237,127,73); }

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