Html Css Color HEX #EC8840 Flamenco

📋 copy color: '#EC8840'

red 236 ◦ green 136 ◦ blue 64

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

Shades of Flamenco #EC8840

Tints of Flamenco #EC8840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.19%

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

R = 54.13%
G = 31.19%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC8840 (or 0xEC8840) is known color: Flamenco. HEX triplet: EC, 88 and 40. RGB value is (236,136,64). Sum of RGB (Red+Green+Blue) = 236+136+64=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8840 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8840 is #1377BF. Grayscale: #9E9E9E. Windows color (decimal): -1275840 or 4229356. OLE color: 4229356.

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

Color convert

RGB 236 136 64 -
CMYK 0 0.42 0.73 0.07
HSL 25.12º 0.82% 0.59% -
HSV(B) 25.12º 0.73% 0.93% -
XYZ 44.32 35.81 9.43 -
YUV 157.69 75.13 183.85 -
System Red Green Blue C M Y K H S L
Decimal 236 136 64 0 0.42 0.73 0.07 25.12 0.82 0.59
Hex EC 88 40 0 2A 49 7 19 52 3B
Octal 354 210 100 0 52 111 7 31 122 73
Binary 11101100 10001000 1000000 0 101010 1001001 111 11001 1010010 111011

Color Harmonies of #EC8840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8840

Black with #EC8840

Text Example


Text Example

White with #EC8840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8840; }

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

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

background-color css

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

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

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

border-color css

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

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

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