#ED8343

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

Shades of Flamenco #ED8343

Tints of Flamenco #ED8343

Color information

#ED8343 (or 0xED8343) is unknown color: approx Flamenco. HEX triplet: ED, 83 and 43. RGB value is (237,131,67). Sum of RGB (Red+Green+Blue) = 237+131+67=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8343 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8343 is #127CBC. Grayscale: #9B9B9B. Windows color (decimal): -1211581 or 4424685. OLE color: 4424685.

HSL color Cylindrical-coordinate representation of color #ED8343: hue angle of 22.59º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED8343 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB23713167-
CMYK00.450.720.07
HSL22.59º82.52%59.61%-
HSV(B)22.59º71.73%92.94%-
XYZ44.0534.649.67-
YUV155.478.12186.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.48%
GREEN value IS 131 (51.56% from 255) = 30.11%
BLUE value IS 67 (26.56% from 255) = 15.40%
R=54.48%
G=30.11%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371316700.450.720.0722.5982.5259.61
HexED834302D48717533c
Octal35520310305511072712374
Binary1110110110000011100001101011011001000111101111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8343; }

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

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

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

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

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

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

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

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