Html Css Color HEX #EC8549 Flamenco

📋 copy color: '#EC8549'

red 236 ◦ green 133 ◦ blue 73

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

Shades of Flamenco #EC8549

Tints of Flamenco #EC8549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.09%

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

R = 53.39%
G = 30.09%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC8549 (or 0xEC8549) is known color: Flamenco. HEX triplet: EC, 85 and 49. RGB value is (236,133,73). Sum of RGB (Red+Green+Blue) = 236+133+73=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8549 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8549 is #137AB6. Grayscale: #9D9D9D. Windows color (decimal): -1276599 or 4818412. OLE color: 4818412.

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

Color convert

RGB 236 133 73 -
CMYK 0 0.44 0.69 0.07
HSL 22.09º 0.81% 0.61% -
HSV(B) 22.09º 0.69% 0.93% -
XYZ 44.18 35.09 10.75 -
YUV 156.96 80.62 184.38 -
System Red Green Blue C M Y K H S L
Decimal 236 133 73 0 0.44 0.69 0.07 22.09 0.81 0.61
Hex EC 85 49 0 2C 45 7 16 51 3D
Octal 354 205 111 0 54 105 7 26 121 75
Binary 11101100 10000101 1001001 0 101100 1000101 111 10110 1010001 111101

Color Harmonies of #EC8549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8549

Black with #EC8549

Text Example


Text Example

White with #EC8549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8549; }

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

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

background-color css

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

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

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

border-color css

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

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

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