#ED8D44

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

Shades of Flamenco #ED8D44

Tints of Flamenco #ED8D44

Color information

#ED8D44 (or 0xED8D44) is unknown color: approx Flamenco. HEX triplet: ED, 8D and 44. RGB value is (237,141,68). Sum of RGB (Red+Green+Blue) = 237+141+68=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8D44 is #1272BB. Grayscale: #A1A1A1. Windows color (decimal): -1209020 or 4492781. OLE color: 4492781.

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

Color convert

RGB23714168-
CMYK00.410.710.07
HSL25.92º82.44%59.8%-
HSV(B)25.92º71.31%92.94%-
XYZ45.4937.4710.3-
YUV161.3875.3181.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.14%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 68 (26.95% from 255) = 15.25%
R=53.14%
G=31.61%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371416800.410.710.0725.9282.4459.8
HexED8D440294771a523c
Octal35521510405110773212274
Binary1110110110001101100010001010011000111111110101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8D44; }

 p { color: rgb(237,141,68); }

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

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

 a { background-color: rgb(237,141,68); }

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

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

 span { border-color: rgb(237,141,68); }

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