Html Css Color HEX #EC8140 Flamenco

📋 copy color: '#EC8140'

red 236 ◦ green 129 ◦ blue 64

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

Shades of Flamenco #EC8140

Tints of Flamenco #EC8140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.07%

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

R = 55.01%
G = 30.07%
B = 14.92%

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

#EC8140 (or 0xEC8140) is known color: Flamenco. HEX triplet: EC, 81 and 40. RGB value is (236,129,64). Sum of RGB (Red+Green+Blue) = 236+129+64=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8140 is #137EBF. Grayscale: #999999. Windows color (decimal): -1277632 or 4227564. OLE color: 4227564.

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

Color convert

RGB 236 129 64 -
CMYK 0 0.45 0.73 0.07
HSL 22.67º 0.82% 0.59% -
HSV(B) 22.67º 0.73% 0.93% -
XYZ 43.37 33.9 9.11 -
YUV 153.58 77.45 186.79 -
System Red Green Blue C M Y K H S L
Decimal 236 129 64 0 0.45 0.73 0.07 22.67 0.82 0.59
Hex EC 81 40 0 2D 49 7 17 52 3B
Octal 354 201 100 0 55 111 7 27 122 73
Binary 11101100 10000001 1000000 0 101101 1001001 111 10111 1010010 111011

Color Harmonies of #EC8140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8140

Black with #EC8140

Text Example


Text Example

White with #EC8140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8140; }

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

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

background-color css

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

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

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

border-color css

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

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

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