Html Css Color HEX #EC8148 Flamenco

📋 copy color: '#EC8148'

red 236 ◦ green 129 ◦ blue 72

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

Shades of Flamenco #EC8148

Tints of Flamenco #EC8148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.52%

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

R = 54%
G = 29.52%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC8148 (or 0xEC8148) is known color: Flamenco. HEX triplet: EC, 81 and 48. RGB value is (236,129,72). Sum of RGB (Red+Green+Blue) = 236+129+72=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8148 is #137EB7. Grayscale: #9A9A9A. Windows color (decimal): -1277624 or 4751852. OLE color: 4751852.

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

Color convert

RGB 236 129 72 -
CMYK 0 0.45 0.69 0.07
HSL 20.85º 0.81% 0.6% -
HSV(B) 20.85º 0.69% 0.93% -
XYZ 43.61 34 10.4 -
YUV 154.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 236 129 72 0 0.45 0.69 0.07 20.85 0.81 0.6
Hex EC 81 48 0 2D 45 7 15 51 3C
Octal 354 201 110 0 55 105 7 25 121 74
Binary 11101100 10000001 1001000 0 101101 1000101 111 10101 1010001 111100

Color Harmonies of #EC8148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8148

Black with #EC8148

Text Example


Text Example

White with #EC8148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8148; }

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

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

background-color css

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

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

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

border-color css

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

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

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