Html Css Color HEX #EC8540 Flamenco

📋 copy color: '#EC8540'

red 236 ◦ green 133 ◦ blue 64

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

Shades of Flamenco #EC8540

Tints of Flamenco #EC8540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.72%

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

R = 54.5%
G = 30.72%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC8540 (or 0xEC8540) is known color: Flamenco. HEX triplet: EC, 85 and 40. RGB value is (236,133,64). Sum of RGB (Red+Green+Blue) = 236+133+64=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8540 is #137ABF. Grayscale: #9C9C9C. Windows color (decimal): -1276608 or 4228588. OLE color: 4228588.

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

Color convert

RGB 236 133 64 -
CMYK 0 0.44 0.73 0.07
HSL 24.07º 0.82% 0.59% -
HSV(B) 24.07º 0.73% 0.93% -
XYZ 43.91 34.98 9.29 -
YUV 155.93 76.12 185.11 -
System Red Green Blue C M Y K H S L
Decimal 236 133 64 0 0.44 0.73 0.07 24.07 0.82 0.59
Hex EC 85 40 0 2C 49 7 18 52 3B
Octal 354 205 100 0 54 111 7 30 122 73
Binary 11101100 10000101 1000000 0 101100 1001001 111 11000 1010010 111011

Color Harmonies of #EC8540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8540

Black with #EC8540

Text Example


Text Example

White with #EC8540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8540; }

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

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

background-color css

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

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

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

border-color css

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

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

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