Html Css Color HEX #EC8740 Flamenco

📋 copy color: '#EC8740'

red 236 ◦ green 135 ◦ blue 64

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

Shades of Flamenco #EC8740

Tints of Flamenco #EC8740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.71%

R = 54.25%
G = 31.03%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC8740 (or 0xEC8740) is known color: Flamenco. HEX triplet: EC, 87 and 40. RGB value is (236,135,64). Sum of RGB (Red+Green+Blue) = 236+135+64=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8740 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8740 is #1378BF. Grayscale: #9D9D9D. Windows color (decimal): -1276096 or 4229100. OLE color: 4229100.

HSL color Cylindrical-coordinate representation of color #EC8740: hue angle of 24.77º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC8740 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 135 64 -
CMYK 0 0.43 0.73 0.07
HSL 24.77º 0.82% 0.59% -
HSV(B) 24.77º 0.73% 0.93% -
XYZ 44.18 35.53 9.38 -
YUV 157.11 75.46 184.27 -
System Red Green Blue C M Y K H S L
Decimal 236 135 64 0 0.43 0.73 0.07 24.77 0.82 0.59
Hex EC 87 40 0 2B 49 7 19 52 3B
Octal 354 207 100 0 53 111 7 31 122 73
Binary 11101100 10000111 1000000 0 101011 1001001 111 11001 1010010 111011

Color Harmonies of #EC8740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8740

Black with #EC8740

Text Example


Text Example

White with #EC8740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8740; }

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

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

background-color css

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

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

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

border-color css

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

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

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