Html Css Color HEX #EC8048 Flamenco

📋 copy color: '#EC8048'

red 236 ◦ green 128 ◦ blue 72

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

Shades of Flamenco #EC8048

Tints of Flamenco #EC8048

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.36%

 BLUE value IS 72 (28.52% from 255) = 16.51%

R = 54.13%
G = 29.36%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC8048 (or 0xEC8048) is known color: Flamenco. HEX triplet: EC, 80 and 48. RGB value is (236,128,72). Sum of RGB (Red+Green+Blue) = 236+128+72=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8048 is #137FB7. Grayscale: #9A9A9A. Windows color (decimal): -1277880 or 4751596. OLE color: 4751596.

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

Color convert

RGB 236 128 72 -
CMYK 0 0.46 0.69 0.07
HSL 20.49º 0.81% 0.6% -
HSV(B) 20.49º 0.69% 0.93% -
XYZ 43.48 33.74 10.35 -
YUV 153.91 81.78 186.55 -
System Red Green Blue C M Y K H S L
Decimal 236 128 72 0 0.46 0.69 0.07 20.49 0.81 0.6
Hex EC 80 48 0 2E 45 7 14 51 3C
Octal 354 200 110 0 56 105 7 24 121 74
Binary 11101100 10000000 1001000 0 101110 1000101 111 10100 1010001 111100

Color Harmonies of #EC8048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8048

Black with #EC8048

Text Example


Text Example

White with #EC8048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8048; }

 p { color: rgb(236,128,72); }

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

background-color css

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

 a { background-color: rgb(236,128,72); }

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

border-color css

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

 span { border-color: rgb(236,128,72); }

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