#ED8643

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

Shades of Flamenco #ED8643

Tints of Flamenco #ED8643

Color information

#ED8643 (or 0xED8643) is unknown color: approx Flamenco. HEX triplet: ED, 86 and 43. RGB value is (237,134,67). Sum of RGB (Red+Green+Blue) = 237+134+67=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8643 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8643 is #1279BC. Grayscale: #9D9D9D. Windows color (decimal): -1210813 or 4425453. OLE color: 4425453.

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

Color convert

RGB23713467-
CMYK00.430.720.07
HSL23.65º82.52%59.61%-
HSV(B)23.65º71.73%92.94%-
XYZ44.4635.469.81-
YUV157.1677.12184.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.11%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 67 (26.56% from 255) = 15.30%
R=54.11%
G=30.59%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371346700.430.720.0723.6582.5259.61
HexED864302B48718533c
Octal35520610305311073012374
Binary1110110110000110100001101010111001000111110001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8643; }

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

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

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

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

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

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

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

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