Html Css Color HEX #EC8545 Flamenco

📋 copy color: '#EC8545'

red 236 ◦ green 133 ◦ blue 69

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

Shades of Flamenco #EC8545

Tints of Flamenco #EC8545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.75%

R = 53.88%
G = 30.37%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC8545 (or 0xEC8545) is known color: Flamenco. HEX triplet: EC, 85 and 45. RGB value is (236,133,69). Sum of RGB (Red+Green+Blue) = 236+133+69=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 69 (27.34% from 255 or 15.75% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8545 is #137ABA. Grayscale: #9C9C9C. Windows color (decimal): -1276603 or 4556268. OLE color: 4556268.

HSL color Cylindrical-coordinate representation of color #EC8545: hue angle of 22.99º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC8545 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 133 69 -
CMYK 0 0.44 0.71 0.07
HSL 22.99º 0.81% 0.6% -
HSV(B) 22.99º 0.71% 0.93% -
XYZ 44.05 35.04 10.07 -
YUV 156.5 78.62 184.7 -
System Red Green Blue C M Y K H S L
Decimal 236 133 69 0 0.44 0.71 0.07 22.99 0.81 0.6
Hex EC 85 45 0 2C 47 7 17 51 3C
Octal 354 205 105 0 54 107 7 27 121 74
Binary 11101100 10000101 1000101 0 101100 1000111 111 10111 1010001 111100

Color Harmonies of #EC8545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8545

Black with #EC8545

Text Example


Text Example

White with #EC8545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8545; }

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

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

background-color css

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

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

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

border-color css

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

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

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