Html Css Color HEX #EC8448 Flamenco

📋 copy color: '#EC8448'

red 236 ◦ green 132 ◦ blue 72

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

Shades of Flamenco #EC8448

Tints of Flamenco #EC8448

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30%

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

R = 53.64%
G = 30%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC8448 (or 0xEC8448) is known color: Flamenco. HEX triplet: EC, 84 and 48. RGB value is (236,132,72). Sum of RGB (Red+Green+Blue) = 236+132+72=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8448 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8448 is #137BB7. Grayscale: #9C9C9C. Windows color (decimal): -1276856 or 4752620. OLE color: 4752620.

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

Color convert

RGB 236 132 72 -
CMYK 0 0.44 0.69 0.07
HSL 21.95º 0.81% 0.6% -
HSV(B) 21.95º 0.69% 0.93% -
XYZ 44.01 34.8 10.53 -
YUV 156.26 80.46 184.88 -
System Red Green Blue C M Y K H S L
Decimal 236 132 72 0 0.44 0.69 0.07 21.95 0.81 0.6
Hex EC 84 48 0 2C 45 7 16 51 3C
Octal 354 204 110 0 54 105 7 26 121 74
Binary 11101100 10000100 1001000 0 101100 1000101 111 10110 1010001 111100

Color Harmonies of #EC8448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8448

Black with #EC8448

Text Example


Text Example

White with #EC8448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8448; }

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

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

background-color css

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

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

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

border-color css

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

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

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