Html Css Color HEX #EC7D46 Flamenco

📋 copy color: '#EC7D46'

red 236 ◦ green 125 ◦ blue 70

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

Shades of Flamenco #EC7D46

Tints of Flamenco #EC7D46

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29%

 BLUE value IS 70 (27.73% from 255) = 16.24%

R = 54.76%
G = 29%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC7D46 (or 0xEC7D46) is known color: Flamenco. HEX triplet: EC, 7D and 46. RGB value is (236,125,70). Sum of RGB (Red+Green+Blue) = 236+125+70=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 70 (27.73% from 255 or 16.24% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7D46 is #1382B9. Grayscale: #989898. Windows color (decimal): -1278650 or 4619756. OLE color: 4619756.

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

Color convert

RGB 236 125 70 -
CMYK 0 0.47 0.70 0.07
HSL 19.88º 0.81% 0.6% -
HSV(B) 19.88º 0.7% 0.93% -
XYZ 43.03 32.94 9.88 -
YUV 151.92 81.77 187.97 -
System Red Green Blue C M Y K H S L
Decimal 236 125 70 0 0.47 0.70 0.07 19.88 0.81 0.6
Hex EC 7D 46 0 2F 46 7 14 51 3C
Octal 354 175 106 0 57 106 7 24 121 74
Binary 11101100 1111101 1000110 0 101111 1000110 111 10100 1010001 111100

Color Harmonies of #EC7D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D46

Black with #EC7D46

Text Example


Text Example

White with #EC7D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D46; }

 p { color: rgb(236,125,70); }

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

background-color css

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

 a { background-color: rgb(236,125,70); }

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

border-color css

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

 span { border-color: rgb(236,125,70); }

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