#ED8140

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

Shades of Flamenco #ED8140

Tints of Flamenco #ED8140

Color information

#ED8140 (or 0xED8140) is unknown color: approx Flamenco. HEX triplet: ED, 81 and 40. RGB value is (237,129,64). Sum of RGB (Red+Green+Blue) = 237+129+64=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8140 is #127EBF. Grayscale: #9A9A9A. Windows color (decimal): -1212096 or 4227565. OLE color: 4227565.

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

Color convert

RGB23712964-
CMYK00.460.730.07
HSL22.54º82.78%59.02%-
HSV(B)22.54º73%92.94%-
XYZ43.734.089.12-
YUV153.8877.28187.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.12%
GREEN value IS 129 (50.78% from 255) = 30%
BLUE value IS 64 (25.39% from 255) = 14.88%
R=55.12%
G=30%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371296400.460.730.0722.5482.7859.02
HexED814002E49717533b
Octal35520110005611172712373
Binary1110110110000001100000001011101001001111101111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8140; }

 p { color: rgb(237,129,64); }

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

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

 a { background-color: rgb(237,129,64); }

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

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

 span { border-color: rgb(237,129,64); }

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