Html Css Color HEX #EC7F49 Flamenco

📋 copy color: '#EC7F49'

red 236 ◦ green 127 ◦ blue 73

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

Shades of Flamenco #EC7F49

Tints of Flamenco #EC7F49

RGB

 RED value IS 236 (92.58% from 255) = 54.13%

 GREEN value IS 127 (50% from 255) = 29.13%

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

R = 54.13%
G = 29.13%
B = 16.74%

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

#EC7F49 (or 0xEC7F49) is known color: Flamenco. HEX triplet: EC, 7F and 49. RGB value is (236,127,73). Sum of RGB (Red+Green+Blue) = 236+127+73=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7F49 is #1380B6. Grayscale: #999999. Windows color (decimal): -1278135 or 4816876. OLE color: 4816876.

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

Color convert

RGB 236 127 73 -
CMYK 0 0.46 0.69 0.07
HSL 19.88º 0.81% 0.61% -
HSV(B) 19.88º 0.69% 0.93% -
XYZ 43.38 33.49 10.48 -
YUV 153.44 82.61 186.89 -
System Red Green Blue C M Y K H S L
Decimal 236 127 73 0 0.46 0.69 0.07 19.88 0.81 0.61
Hex EC 7F 49 0 2E 45 7 14 51 3D
Octal 354 177 111 0 56 105 7 24 121 75
Binary 11101100 1111111 1001001 0 101110 1000101 111 10100 1010001 111101

Color Harmonies of #EC7F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F49

Black with #EC7F49

Text Example


Text Example

White with #EC7F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F49; }

 p { color: rgb(236,127,73); }

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

background-color css

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

 a { background-color: rgb(236,127,73); }

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

border-color css

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

 span { border-color: rgb(236,127,73); }

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