Html Css Color HEX #EC7F46 Flamenco

📋 copy color: '#EC7F46'

red 236 ◦ green 127 ◦ blue 70

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

Shades of Flamenco #EC7F46

Tints of Flamenco #EC7F46

RGB

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

 GREEN value IS 127 (50% from 255) = 29.33%

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

R = 54.5%
G = 29.33%
B = 16.17%

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

#EC7F46 (or 0xEC7F46) is known color: Flamenco. HEX triplet: EC, 7F and 46. RGB value is (236,127,70). Sum of RGB (Red+Green+Blue) = 236+127+70=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7F46 is #1380B9. Grayscale: #999999. Windows color (decimal): -1278138 or 4620268. OLE color: 4620268.

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

Color convert

RGB 236 127 70 -
CMYK 0 0.46 0.70 0.07
HSL 20.6º 0.81% 0.6% -
HSV(B) 20.6º 0.7% 0.93% -
XYZ 43.29 33.45 9.97 -
YUV 153.09 81.11 187.13 -
System Red Green Blue C M Y K H S L
Decimal 236 127 70 0 0.46 0.70 0.07 20.6 0.81 0.6
Hex EC 7F 46 0 2E 46 7 15 51 3C
Octal 354 177 106 0 56 106 7 25 121 74
Binary 11101100 1111111 1000110 0 101110 1000110 111 10101 1010001 111100

Color Harmonies of #EC7F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F46

Black with #EC7F46

Text Example


Text Example

White with #EC7F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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