Html Css Color HEX #EC8449 Flamenco

📋 copy color: '#EC8449'

red 236 ◦ green 132 ◦ blue 73

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

Shades of Flamenco #EC8449

Tints of Flamenco #EC8449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.93%

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

R = 53.51%
G = 29.93%
B = 16.55%

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

#EC8449 (or 0xEC8449) is known color: Flamenco. HEX triplet: EC, 84 and 49. RGB value is (236,132,73). Sum of RGB (Red+Green+Blue) = 236+132+73=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8449 is #137BB6. Grayscale: #9C9C9C. Windows color (decimal): -1276855 or 4818156. OLE color: 4818156.

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

Color convert

RGB 236 132 73 -
CMYK 0 0.44 0.69 0.07
HSL 21.72º 0.81% 0.61% -
HSV(B) 21.72º 0.69% 0.93% -
XYZ 44.05 34.82 10.7 -
YUV 156.37 80.96 184.8 -
System Red Green Blue C M Y K H S L
Decimal 236 132 73 0 0.44 0.69 0.07 21.72 0.81 0.61
Hex EC 84 49 0 2C 45 7 16 51 3D
Octal 354 204 111 0 54 105 7 26 121 75
Binary 11101100 10000100 1001001 0 101100 1000101 111 10110 1010001 111101

Color Harmonies of #EC8449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8449

Black with #EC8449

Text Example


Text Example

White with #EC8449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8449; }

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

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

background-color css

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

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

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

border-color css

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

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

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