Html Css Color HEX #EC8240 Flamenco

📋 copy color: '#EC8240'

red 236 ◦ green 130 ◦ blue 64

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

Shades of Flamenco #EC8240

Tints of Flamenco #EC8240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.23%

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

R = 54.88%
G = 30.23%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC8240 (or 0xEC8240) is known color: Flamenco. HEX triplet: EC, 82 and 40. RGB value is (236,130,64). Sum of RGB (Red+Green+Blue) = 236+130+64=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8240 is #137DBF. Grayscale: #9A9A9A. Windows color (decimal): -1277376 or 4227820. OLE color: 4227820.

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

Color convert

RGB 236 130 64 -
CMYK 0 0.45 0.73 0.07
HSL 23.02º 0.82% 0.59% -
HSV(B) 23.02º 0.73% 0.93% -
XYZ 43.5 34.17 9.15 -
YUV 154.17 77.12 186.37 -
System Red Green Blue C M Y K H S L
Decimal 236 130 64 0 0.45 0.73 0.07 23.02 0.82 0.59
Hex EC 82 40 0 2D 49 7 17 52 3B
Octal 354 202 100 0 55 111 7 27 122 73
Binary 11101100 10000010 1000000 0 101101 1001001 111 10111 1010010 111011

Color Harmonies of #EC8240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8240

Black with #EC8240

Text Example


Text Example

White with #EC8240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8240; }

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

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

background-color css

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

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

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

border-color css

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

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

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