Html Css Color HEX #EC7E48 Flamenco

📋 copy color: '#EC7E48'

red 236 ◦ green 126 ◦ blue 72

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

Shades of Flamenco #EC7E48

Tints of Flamenco #EC7E48

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.03%

 BLUE value IS 72 (28.52% from 255) = 16.59%

R = 54.38%
G = 29.03%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC7E48 (or 0xEC7E48) is known color: Flamenco. HEX triplet: EC, 7E and 48. RGB value is (236,126,72). Sum of RGB (Red+Green+Blue) = 236+126+72=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7E48 is #1381B7. Grayscale: #999999. Windows color (decimal): -1278392 or 4751084. OLE color: 4751084.

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

Color convert

RGB 236 126 72 -
CMYK 0 0.47 0.69 0.07
HSL 19.76º 0.81% 0.6% -
HSV(B) 19.76º 0.69% 0.93% -
XYZ 43.22 33.22 10.27 -
YUV 152.73 82.44 187.39 -
System Red Green Blue C M Y K H S L
Decimal 236 126 72 0 0.47 0.69 0.07 19.76 0.81 0.6
Hex EC 7E 48 0 2F 45 7 14 51 3C
Octal 354 176 110 0 57 105 7 24 121 74
Binary 11101100 1111110 1001000 0 101111 1000101 111 10100 1010001 111100

Color Harmonies of #EC7E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7E48

Black with #EC7E48

Text Example


Text Example

White with #EC7E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7E48; }

 p { color: rgb(236,126,72); }

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

background-color css

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

 a { background-color: rgb(236,126,72); }

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

border-color css

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

 span { border-color: rgb(236,126,72); }

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