Html Css Color HEX #ED8149 Flamenco

📋 copy color: '#ED8149'

red 237 ◦ green 129 ◦ blue 73

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

Shades of Flamenco #ED8149

Tints of Flamenco #ED8149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.38%

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

R = 53.99%
G = 29.38%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED8149 (or 0xED8149) is known color: Flamenco. HEX triplet: ED, 81 and 49. RGB value is (237,129,73). Sum of RGB (Red+Green+Blue) = 237+129+73=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8149 is #127EB6. Grayscale: #9B9B9B. Windows color (decimal): -1212087 or 4817389. OLE color: 4817389.

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

Color convert

RGB 237 129 73 -
CMYK 0 0.46 0.69 0.07
HSL 20.49º 0.82% 0.61% -
HSV(B) 20.49º 0.69% 0.93% -
XYZ 43.98 34.19 10.58 -
YUV 154.91 81.78 186.55 -
System Red Green Blue C M Y K H S L
Decimal 237 129 73 0 0.46 0.69 0.07 20.49 0.82 0.61
Hex ED 81 49 0 2E 45 7 14 52 3D
Octal 355 201 111 0 56 105 7 24 122 75
Binary 11101101 10000001 1001001 0 101110 1000101 111 10100 1010010 111101

Color Harmonies of #ED8149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8149

Black with #ED8149

Text Example


Text Example

White with #ED8149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8149; }

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

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

background-color css

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

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

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

border-color css

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

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

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