Html Css Color HEX #EC8548 Flamenco

📋 copy color: '#EC8548'

red 236 ◦ green 133 ◦ blue 72

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

Shades of Flamenco #EC8548

Tints of Flamenco #EC8548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.33%

R = 53.51%
G = 30.16%
B = 16.33%

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

#EC8548 (or 0xEC8548) is known color: Flamenco. HEX triplet: EC, 85 and 48. RGB value is (236,133,72). Sum of RGB (Red+Green+Blue) = 236+133+72=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8548 is #137AB7. Grayscale: #9D9D9D. Windows color (decimal): -1276600 or 4752876. OLE color: 4752876.

HSL color Cylindrical-coordinate representation of color #EC8548: hue angle of 22.32º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC8548 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 133 72 -
CMYK 0 0.44 0.69 0.07
HSL 22.32º 0.81% 0.6% -
HSV(B) 22.32º 0.69% 0.93% -
XYZ 44.15 35.08 10.57 -
YUV 156.84 80.12 184.46 -
System Red Green Blue C M Y K H S L
Decimal 236 133 72 0 0.44 0.69 0.07 22.32 0.81 0.6
Hex EC 85 48 0 2C 45 7 16 51 3C
Octal 354 205 110 0 54 105 7 26 121 74
Binary 11101100 10000101 1001000 0 101100 1000101 111 10110 1010001 111100

Color Harmonies of #EC8548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8548

Black with #EC8548

Text Example


Text Example

White with #EC8548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8548; }

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

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

background-color css

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

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

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

border-color css

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

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

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