Html Css Color HEX #EC8848 Flamenco

📋 copy color: '#EC8848'

red 236 ◦ green 136 ◦ blue 72

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

Shades of Flamenco #EC8848

Tints of Flamenco #EC8848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.63%

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

R = 53.15%
G = 30.63%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC8848 (or 0xEC8848) is known color: Flamenco. HEX triplet: EC, 88 and 48. RGB value is (236,136,72). Sum of RGB (Red+Green+Blue) = 236+136+72=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8848 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8848 is #1377B7. Grayscale: #9E9E9E. Windows color (decimal): -1275832 or 4753644. OLE color: 4753644.

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

Color convert

RGB 236 136 72 -
CMYK 0 0.42 0.69 0.07
HSL 23.41º 0.81% 0.6% -
HSV(B) 23.41º 0.69% 0.93% -
XYZ 44.57 35.91 10.71 -
YUV 158.6 79.13 183.2 -
System Red Green Blue C M Y K H S L
Decimal 236 136 72 0 0.42 0.69 0.07 23.41 0.81 0.6
Hex EC 88 48 0 2A 45 7 17 51 3C
Octal 354 210 110 0 52 105 7 27 121 74
Binary 11101100 10001000 1001000 0 101010 1000101 111 10111 1010001 111100

Color Harmonies of #EC8848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8848

Black with #EC8848

Text Example


Text Example

White with #EC8848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8848; }

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

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

background-color css

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

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

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

border-color css

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

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

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