Html Css Color HEX #EC8144 Flamenco

📋 copy color: '#EC8144'

red 236 ◦ green 129 ◦ blue 68

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

Shades of Flamenco #EC8144

Tints of Flamenco #EC8144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.7%

R = 54.5%
G = 29.79%
B = 15.7%

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

#EC8144 (or 0xEC8144) is known color: Flamenco. HEX triplet: EC, 81 and 44. RGB value is (236,129,68). Sum of RGB (Red+Green+Blue) = 236+129+68=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8144 is #137EBB. Grayscale: #9A9A9A. Windows color (decimal): -1277628 or 4489708. OLE color: 4489708.

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

Color convert

RGB 236 129 68 -
CMYK 0 0.45 0.71 0.07
HSL 21.79º 0.82% 0.6% -
HSV(B) 21.79º 0.71% 0.93% -
XYZ 43.49 33.95 9.73 -
YUV 154.04 79.45 186.46 -
System Red Green Blue C M Y K H S L
Decimal 236 129 68 0 0.45 0.71 0.07 21.79 0.82 0.6
Hex EC 81 44 0 2D 47 7 16 52 3C
Octal 354 201 104 0 55 107 7 26 122 74
Binary 11101100 10000001 1000100 0 101101 1000111 111 10110 1010010 111100

Color Harmonies of #EC8144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8144

Black with #EC8144

Text Example


Text Example

White with #EC8144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8144; }

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

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

background-color css

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

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

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

border-color css

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

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

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