Html Css Color HEX #EC8640 Flamenco

📋 copy color: '#EC8640'

red 236 ◦ green 134 ◦ blue 64

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

Shades of Flamenco #EC8640

Tints of Flamenco #EC8640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.88%

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

R = 54.38%
G = 30.88%
B = 14.75%

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

#EC8640 (or 0xEC8640) is known color: Flamenco. HEX triplet: EC, 86 and 40. RGB value is (236,134,64). Sum of RGB (Red+Green+Blue) = 236+134+64=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8640 is #1379BF. Grayscale: #9C9C9C. Windows color (decimal): -1276352 or 4228844. OLE color: 4228844.

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

Color convert

RGB 236 134 64 -
CMYK 0 0.43 0.73 0.07
HSL 24.42º 0.82% 0.59% -
HSV(B) 24.42º 0.73% 0.93% -
XYZ 44.04 35.25 9.33 -
YUV 156.52 75.79 184.69 -
System Red Green Blue C M Y K H S L
Decimal 236 134 64 0 0.43 0.73 0.07 24.42 0.82 0.59
Hex EC 86 40 0 2B 49 7 18 52 3B
Octal 354 206 100 0 53 111 7 30 122 73
Binary 11101100 10000110 1000000 0 101011 1001001 111 11000 1010010 111011

Color Harmonies of #EC8640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8640

Black with #EC8640

Text Example


Text Example

White with #EC8640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8640; }

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

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

background-color css

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

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

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

border-color css

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

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

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