Html Css Color HEX #EC8746 Flamenco

📋 copy color: '#EC8746'

red 236 ◦ green 135 ◦ blue 70

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

Shades of Flamenco #EC8746

Tints of Flamenco #EC8746

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.61%

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

R = 53.51%
G = 30.61%
B = 15.87%

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

#EC8746 (or 0xEC8746) is known color: Flamenco. HEX triplet: EC, 87 and 46. RGB value is (236,135,70). Sum of RGB (Red+Green+Blue) = 236+135+70=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8746 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8746 is #1378B9. Grayscale: #9E9E9E. Windows color (decimal): -1276090 or 4622316. OLE color: 4622316.

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

Color convert

RGB 236 135 70 -
CMYK 0 0.43 0.70 0.07
HSL 23.49º 0.81% 0.6% -
HSV(B) 23.49º 0.7% 0.93% -
XYZ 44.36 35.6 10.33 -
YUV 157.79 78.46 183.79 -
System Red Green Blue C M Y K H S L
Decimal 236 135 70 0 0.43 0.70 0.07 23.49 0.81 0.6
Hex EC 87 46 0 2B 46 7 17 51 3C
Octal 354 207 106 0 53 106 7 27 121 74
Binary 11101100 10000111 1000110 0 101011 1000110 111 10111 1010001 111100

Color Harmonies of #EC8746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8746

Black with #EC8746

Text Example


Text Example

White with #EC8746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8746; }

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

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

background-color css

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

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

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

border-color css

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

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

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