Html Css Color HEX #EC8446 Flamenco

📋 copy color: '#EC8446'

red 236 ◦ green 132 ◦ blue 70

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

Shades of Flamenco #EC8446

Tints of Flamenco #EC8446

RGB

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

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

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

R = 53.88%
G = 30.14%
B = 15.98%

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

#EC8446 (or 0xEC8446) is known color: Flamenco. HEX triplet: EC, 84 and 46. RGB value is (236,132,70). Sum of RGB (Red+Green+Blue) = 236+132+70=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8446 is #137BB9. Grayscale: #9C9C9C. Windows color (decimal): -1276858 or 4621548. OLE color: 4621548.

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

Color convert

RGB 236 132 70 -
CMYK 0 0.44 0.70 0.07
HSL 22.41º 0.81% 0.6% -
HSV(B) 22.41º 0.7% 0.93% -
XYZ 43.95 34.78 10.19 -
YUV 156.03 79.46 185.04 -
System Red Green Blue C M Y K H S L
Decimal 236 132 70 0 0.44 0.70 0.07 22.41 0.81 0.6
Hex EC 84 46 0 2C 46 7 16 51 3C
Octal 354 204 106 0 54 106 7 26 121 74
Binary 11101100 10000100 1000110 0 101100 1000110 111 10110 1010001 111100

Color Harmonies of #EC8446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8446

Black with #EC8446

Text Example


Text Example

White with #EC8446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8446; }

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

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

background-color css

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

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

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

border-color css

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

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

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