#ED8346

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

Shades of Flamenco #ED8346

Tints of Flamenco #ED8346

Color information

#ED8346 (or 0xED8346) is unknown color: approx Flamenco. HEX triplet: ED, 83 and 46. RGB value is (237,131,70). Sum of RGB (Red+Green+Blue) = 237+131+70=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8346 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8346 is #127CB9. Grayscale: #9C9C9C. Windows color (decimal): -1211578 or 4621293. OLE color: 4621293.

HSL color Cylindrical-coordinate representation of color #ED8346: hue angle of 21.92º 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 #ED8346 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB23713170-
CMYK00.450.700.07
HSL21.92º82.27%60.2%-
HSV(B)21.92º70.46%92.94%-
XYZ44.1534.6810.16-
YUV155.7479.62185.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.11%
GREEN value IS 131 (51.56% from 255) = 29.91%
BLUE value IS 70 (27.73% from 255) = 15.98%
R=54.11%
G=29.91%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371317000.450.700.0721.9282.2760.2
HexED834602D46716523c
Octal35520310605510672612274
Binary1110110110000011100011001011011000110111101101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8346; }

 p { color: rgb(237,131,70); }

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

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

 a { background-color: rgb(237,131,70); }

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

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

 span { border-color: rgb(237,131,70); }

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