Html Css Color HEX #EC8546 Flamenco

📋 copy color: '#EC8546'

red 236 ◦ green 133 ◦ blue 70

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

Shades of Flamenco #EC8546

Tints of Flamenco #EC8546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.95%

R = 53.76%
G = 30.3%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC8546 (or 0xEC8546) is known color: Flamenco. HEX triplet: EC, 85 and 46. RGB value is (236,133,70). Sum of RGB (Red+Green+Blue) = 236+133+70=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8546 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8546 is #137AB9. Grayscale: #9C9C9C. Windows color (decimal): -1276602 or 4621804. OLE color: 4621804.

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

Color convert

RGB 236 133 70 -
CMYK 0 0.44 0.70 0.07
HSL 22.77º 0.81% 0.6% -
HSV(B) 22.77º 0.7% 0.93% -
XYZ 44.09 35.05 10.24 -
YUV 156.62 79.12 184.62 -
System Red Green Blue C M Y K H S L
Decimal 236 133 70 0 0.44 0.70 0.07 22.77 0.81 0.6
Hex EC 85 46 0 2C 46 7 17 51 3C
Octal 354 205 106 0 54 106 7 27 121 74
Binary 11101100 10000101 1000110 0 101100 1000110 111 10111 1010001 111100

Color Harmonies of #EC8546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8546

Black with #EC8546

Text Example


Text Example

White with #EC8546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8546; }

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

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

background-color css

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

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

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

border-color css

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

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

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