Html Css Color HEX #EC8949 Flamenco

📋 copy color: '#EC8949'

red 236 ◦ green 137 ◦ blue 73

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

Shades of Flamenco #EC8949

Tints of Flamenco #EC8949

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.72%

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

R = 52.91%
G = 30.72%
B = 16.37%

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

#EC8949 (or 0xEC8949) is known color: Flamenco. HEX triplet: EC, 89 and 49. RGB value is (236,137,73). Sum of RGB (Red+Green+Blue) = 236+137+73=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8949 is #1376B6. Grayscale: #9F9F9F. Windows color (decimal): -1275575 or 4819436. OLE color: 4819436.

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

Color convert

RGB 236 137 73 -
CMYK 0 0.42 0.69 0.07
HSL 23.56º 0.81% 0.61% -
HSV(B) 23.56º 0.69% 0.93% -
XYZ 44.74 36.21 10.93 -
YUV 159.31 79.3 182.7 -
System Red Green Blue C M Y K H S L
Decimal 236 137 73 0 0.42 0.69 0.07 23.56 0.81 0.61
Hex EC 89 49 0 2A 45 7 18 51 3D
Octal 354 211 111 0 52 105 7 30 121 75
Binary 11101100 10001001 1001001 0 101010 1000101 111 11000 1010001 111101

Color Harmonies of #EC8949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8949

Black with #EC8949

Text Example


Text Example

White with #EC8949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8949; }

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

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

background-color css

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

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

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

border-color css

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

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

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