Html Css Color HEX #EC8046 Flamenco

📋 copy color: '#EC8046'

red 236 ◦ green 128 ◦ blue 70

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

Shades of Flamenco #EC8046

Tints of Flamenco #EC8046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.49%

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

R = 54.38%
G = 29.49%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC8046 (or 0xEC8046) is known color: Flamenco. HEX triplet: EC, 80 and 46. RGB value is (236,128,70). Sum of RGB (Red+Green+Blue) = 236+128+70=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8046 is #137FB9. Grayscale: #9A9A9A. Windows color (decimal): -1277882 or 4620524. OLE color: 4620524.

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

Color convert

RGB 236 128 70 -
CMYK 0 0.46 0.70 0.07
HSL 20.96º 0.81% 0.6% -
HSV(B) 20.96º 0.7% 0.93% -
XYZ 43.42 33.71 10.01 -
YUV 153.68 80.78 186.72 -
System Red Green Blue C M Y K H S L
Decimal 236 128 70 0 0.46 0.70 0.07 20.96 0.81 0.6
Hex EC 80 46 0 2E 46 7 15 51 3C
Octal 354 200 106 0 56 106 7 25 121 74
Binary 11101100 10000000 1000110 0 101110 1000110 111 10101 1010001 111100

Color Harmonies of #EC8046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8046

Black with #EC8046

Text Example


Text Example

White with #EC8046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8046; }

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

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

background-color css

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

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

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

border-color css

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

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

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