Html Css Color HEX #EC8646 Flamenco

📋 copy color: '#EC8646'

red 236 ◦ green 134 ◦ blue 70

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

Shades of Flamenco #EC8646

Tints of Flamenco #EC8646

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.45%

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

R = 53.64%
G = 30.45%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC8646 (or 0xEC8646) is known color: Flamenco. HEX triplet: EC, 86 and 46. RGB value is (236,134,70). Sum of RGB (Red+Green+Blue) = 236+134+70=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8646 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8646 is #1379B9. Grayscale: #9D9D9D. Windows color (decimal): -1276346 or 4622060. OLE color: 4622060.

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

Color convert

RGB 236 134 70 -
CMYK 0 0.43 0.70 0.07
HSL 23.13º 0.81% 0.6% -
HSV(B) 23.13º 0.7% 0.93% -
XYZ 44.22 35.33 10.28 -
YUV 157.2 78.79 184.2 -
System Red Green Blue C M Y K H S L
Decimal 236 134 70 0 0.43 0.70 0.07 23.13 0.81 0.6
Hex EC 86 46 0 2B 46 7 17 51 3C
Octal 354 206 106 0 53 106 7 27 121 74
Binary 11101100 10000110 1000110 0 101011 1000110 111 10111 1010001 111100

Color Harmonies of #EC8646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8646

Black with #EC8646

Text Example


Text Example

White with #EC8646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8646; }

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

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

background-color css

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

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

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

border-color css

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

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

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