Html Css Color HEX #EC8B49 Flamenco

📋 copy color: '#EC8B49'

red 236 ◦ green 139 ◦ blue 73

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

Shades of Flamenco #EC8B49

Tints of Flamenco #EC8B49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.29%

R = 52.68%
G = 31.03%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC8B49 (or 0xEC8B49) is known color: Flamenco. HEX triplet: EC, 8B and 49. RGB value is (236,139,73). Sum of RGB (Red+Green+Blue) = 236+139+73=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8B49 is #1374B6. Grayscale: #A0A0A0. Windows color (decimal): -1275063 or 4819948. OLE color: 4819948.

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

Color convert

RGB 236 139 73 -
CMYK 0 0.41 0.69 0.07
HSL 24.29º 0.81% 0.61% -
HSV(B) 24.29º 0.69% 0.93% -
XYZ 45.03 36.78 11.03 -
YUV 160.48 78.64 181.87 -
System Red Green Blue C M Y K H S L
Decimal 236 139 73 0 0.41 0.69 0.07 24.29 0.81 0.61
Hex EC 8B 49 0 29 45 7 18 51 3D
Octal 354 213 111 0 51 105 7 30 121 75
Binary 11101100 10001011 1001001 0 101001 1000101 111 11000 1010001 111101

Color Harmonies of #EC8B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8B49

Black with #EC8B49

Text Example


Text Example

White with #EC8B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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