Html Css Color HEX #EC8946 Flamenco

📋 copy color: '#EC8946'

red 236 ◦ green 137 ◦ blue 70

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

Shades of Flamenco #EC8946

Tints of Flamenco #EC8946

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.93%

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

R = 53.27%
G = 30.93%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC8946 (or 0xEC8946) is known color: Flamenco. HEX triplet: EC, 89 and 46. RGB value is (236,137,70). Sum of RGB (Red+Green+Blue) = 236+137+70=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8946 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8946 is #1376B9. Grayscale: #9F9F9F. Windows color (decimal): -1275578 or 4622828. OLE color: 4622828.

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

Color convert

RGB 236 137 70 -
CMYK 0 0.42 0.70 0.07
HSL 24.22º 0.81% 0.6% -
HSV(B) 24.22º 0.7% 0.93% -
XYZ 44.64 36.17 10.42 -
YUV 158.96 77.8 182.95 -
System Red Green Blue C M Y K H S L
Decimal 236 137 70 0 0.42 0.70 0.07 24.22 0.81 0.6
Hex EC 89 46 0 2A 46 7 18 51 3C
Octal 354 211 106 0 52 106 7 30 121 74
Binary 11101100 10001001 1000110 0 101010 1000110 111 11000 1010001 111100

Color Harmonies of #EC8946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8946

Black with #EC8946

Text Example


Text Example

White with #EC8946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8946; }

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

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

background-color css

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

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

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

border-color css

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

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

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