Html Css Color HEX #EC8B47 Flamenco

📋 copy color: '#EC8B47'

red 236 ◦ green 139 ◦ blue 71

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

Shades of Flamenco #EC8B47

Tints of Flamenco #EC8B47

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.17%

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

R = 52.91%
G = 31.17%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC8B47 (or 0xEC8B47) is known color: Flamenco. HEX triplet: EC, 8B and 47. RGB value is (236,139,71). Sum of RGB (Red+Green+Blue) = 236+139+71=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8B47 is #1374B8. Grayscale: #A0A0A0. Windows color (decimal): -1275065 or 4688876. OLE color: 4688876.

HSL color Cylindrical-coordinate representation of color #EC8B47: hue angle of 24.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 #EC8B47 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 139 71 -
CMYK 0 0.41 0.70 0.07
HSL 24.73º 0.81% 0.6% -
HSV(B) 24.73º 0.7% 0.93% -
XYZ 44.96 36.75 10.69 -
YUV 160.25 77.64 182.03 -
System Red Green Blue C M Y K H S L
Decimal 236 139 71 0 0.41 0.70 0.07 24.73 0.81 0.6
Hex EC 8B 47 0 29 46 7 19 51 3C
Octal 354 213 107 0 51 106 7 31 121 74
Binary 11101100 10001011 1000111 0 101001 1000110 111 11001 1010001 111100

Color Harmonies of #EC8B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8B47

Black with #EC8B47

Text Example


Text Example

White with #EC8B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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