Html Css Color HEX #ED8249 Flamenco

📋 copy color: '#ED8249'

red 237 ◦ green 130 ◦ blue 73

#ED8249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamenco #ED8249

Tints of Flamenco #ED8249

RGB

 RED value IS 237 (92.97% from 255) = 53.86%

 GREEN value IS 130 (51.17% from 255) = 29.55%

 BLUE value IS 73 (28.91% from 255) = 16.59%

R = 53.86%
G = 29.55%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED8249 (or 0xED8249) is known color: Flamenco. HEX triplet: ED, 82 and 49. RGB value is (237,130,73). Sum of RGB (Red+Green+Blue) = 237+130+73=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8249 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8249 is #127DB6. Grayscale: #9B9B9B. Windows color (decimal): -1211831 or 4817645. OLE color: 4817645.

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

Color convert

RGB 237 130 73 -
CMYK 0 0.45 0.69 0.07
HSL 20.85º 0.82% 0.61% -
HSV(B) 20.85º 0.69% 0.93% -
XYZ 44.11 34.45 10.63 -
YUV 155.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 237 130 73 0 0.45 0.69 0.07 20.85 0.82 0.61
Hex ED 82 49 0 2D 45 7 15 52 3D
Octal 355 202 111 0 55 105 7 25 122 75
Binary 11101101 10000010 1001001 0 101101 1000101 111 10101 1010010 111101

Color Harmonies of #ED8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8249

Black with #ED8249

Text Example


Text Example

White with #ED8249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8249; }

 p { color: rgb(237,130,73); }

 H1.HeaderClassName
 {
   color: #ED8249;
 }
 .AnyTagClassName
 {
   color: #ED8249;
 }
</style>

background-color css

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

 a { background-color: rgb(237,130,73); }

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

border-color css

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

 span { border-color: rgb(237,130,73); }

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