Html Css Color HEX #EC8149 Flamenco

📋 copy color: '#EC8149'

red 236 ◦ green 129 ◦ blue 73

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

Shades of Flamenco #EC8149

Tints of Flamenco #EC8149

RGB

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

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

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

R = 53.88%
G = 29.45%
B = 16.67%

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

#EC8149 (or 0xEC8149) is known color: Flamenco. HEX triplet: EC, 81 and 49. RGB value is (236,129,73). Sum of RGB (Red+Green+Blue) = 236+129+73=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8149 is #137EB6. Grayscale: #9A9A9A. Windows color (decimal): -1277623 or 4817388. OLE color: 4817388.

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

Color convert

RGB 236 129 73 -
CMYK 0 0.45 0.69 0.07
HSL 20.61º 0.81% 0.61% -
HSV(B) 20.61º 0.69% 0.93% -
XYZ 43.64 34.01 10.57 -
YUV 154.61 81.95 186.05 -
System Red Green Blue C M Y K H S L
Decimal 236 129 73 0 0.45 0.69 0.07 20.61 0.81 0.61
Hex EC 81 49 0 2D 45 7 15 51 3D
Octal 354 201 111 0 55 105 7 25 121 75
Binary 11101100 10000001 1001001 0 101101 1000101 111 10101 1010001 111101

Color Harmonies of #EC8149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8149

Black with #EC8149

Text Example


Text Example

White with #EC8149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8149; }

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

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

background-color css

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

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

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

border-color css

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

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

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