#ED8C47

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

Shades of Flamenco #ED8C47

Tints of Flamenco #ED8C47

Color information

#ED8C47 (or 0xED8C47) is unknown color: approx Flamenco. HEX triplet: ED, 8C and 47. RGB value is (237,140,71). Sum of RGB (Red+Green+Blue) = 237+140+71=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8C47 is #1273B8. Grayscale: #A1A1A1. Windows color (decimal): -1209273 or 4689133. OLE color: 4689133.

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

Color convert

RGB23714071-
CMYK00.410.700.07
HSL24.94º82.18%60.39%-
HSV(B)24.94º70.04%92.94%-
XYZ45.4437.2210.75-
YUV161.1477.14182.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.90%
GREEN value IS 140 (55.08% from 255) = 31.25%
BLUE value IS 71 (28.12% from 255) = 15.85%
R=52.90%
G=31.25%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371407100.410.700.0724.9482.1860.39
HexED8C4702946719523c
Octal35521410705110673112274
Binary1110110110001100100011101010011000110111110011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8C47; }

 p { color: rgb(237,140,71); }

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

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

 a { background-color: rgb(237,140,71); }

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

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

 span { border-color: rgb(237,140,71); }

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