Html Css Color HEX #EC8047 Flamenco

📋 copy color: '#EC8047'

red 236 ◦ green 128 ◦ blue 71

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

Shades of Flamenco #EC8047

Tints of Flamenco #EC8047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.32%

R = 54.25%
G = 29.43%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC8047 (or 0xEC8047) is known color: Flamenco. HEX triplet: EC, 80 and 47. RGB value is (236,128,71). Sum of RGB (Red+Green+Blue) = 236+128+71=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8047 is #137FB8. Grayscale: #9A9A9A. Windows color (decimal): -1277881 or 4686060. OLE color: 4686060.

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

Color convert

RGB 236 128 71 -
CMYK 0 0.46 0.70 0.07
HSL 20.73º 0.81% 0.6% -
HSV(B) 20.73º 0.7% 0.93% -
XYZ 43.45 33.73 10.18 -
YUV 153.79 81.28 186.63 -
System Red Green Blue C M Y K H S L
Decimal 236 128 71 0 0.46 0.70 0.07 20.73 0.81 0.6
Hex EC 80 47 0 2E 46 7 15 51 3C
Octal 354 200 107 0 56 106 7 25 121 74
Binary 11101100 10000000 1000111 0 101110 1000110 111 10101 1010001 111100

Color Harmonies of #EC8047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8047

Black with #EC8047

Text Example


Text Example

White with #EC8047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8047; }

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

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

background-color css

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

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

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

border-color css

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

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

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