Html Css Color HEX #EC8145 Flamenco

📋 copy color: '#EC8145'

red 236 ◦ green 129 ◦ blue 69

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

Shades of Flamenco #EC8145

Tints of Flamenco #EC8145

RGB

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

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

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

R = 54.38%
G = 29.72%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC8145 (or 0xEC8145) is known color: Flamenco. HEX triplet: EC, 81 and 45. RGB value is (236,129,69). Sum of RGB (Red+Green+Blue) = 236+129+69=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8145 is #137EBA. Grayscale: #9A9A9A. Windows color (decimal): -1277627 or 4555244. OLE color: 4555244.

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

Color convert

RGB 236 129 69 -
CMYK 0 0.45 0.71 0.07
HSL 21.56º 0.81% 0.6% -
HSV(B) 21.56º 0.71% 0.93% -
XYZ 43.52 33.96 9.89 -
YUV 154.15 79.95 186.38 -
System Red Green Blue C M Y K H S L
Decimal 236 129 69 0 0.45 0.71 0.07 21.56 0.81 0.6
Hex EC 81 45 0 2D 47 7 16 51 3C
Octal 354 201 105 0 55 107 7 26 121 74
Binary 11101100 10000001 1000101 0 101101 1000111 111 10110 1010001 111100

Color Harmonies of #EC8145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8145

Black with #EC8145

Text Example


Text Example

White with #EC8145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8145; }

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

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

background-color css

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

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

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

border-color css

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

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

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