Html Css Color HEX #EC8C48 Flamenco

📋 copy color: '#EC8C48'

red 236 ◦ green 140 ◦ blue 72

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

Shades of Flamenco #EC8C48

Tints of Flamenco #EC8C48

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.25%

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

R = 52.68%
G = 31.25%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC8C48 (or 0xEC8C48) is known color: Flamenco. HEX triplet: EC, 8C and 48. RGB value is (236,140,72). Sum of RGB (Red+Green+Blue) = 236+140+72=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8C48 is #1373B7. Grayscale: #A1A1A1. Windows color (decimal): -1274808 or 4754668. OLE color: 4754668.

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

Color convert

RGB 236 140 72 -
CMYK 0 0.41 0.69 0.07
HSL 24.88º 0.81% 0.6% -
HSV(B) 24.88º 0.69% 0.93% -
XYZ 45.14 37.06 10.9 -
YUV 160.95 77.8 181.53 -
System Red Green Blue C M Y K H S L
Decimal 236 140 72 0 0.41 0.69 0.07 24.88 0.81 0.6
Hex EC 8C 48 0 29 45 7 19 51 3C
Octal 354 214 110 0 51 105 7 31 121 74
Binary 11101100 10001100 1001000 0 101001 1000101 111 11001 1010001 111100

Color Harmonies of #EC8C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C48

Black with #EC8C48

Text Example


Text Example

White with #EC8C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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