Html Css Color HEX #EC8B48 Flamenco

📋 copy color: '#EC8B48'

red 236 ◦ green 139 ◦ blue 72

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

Shades of Flamenco #EC8B48

Tints of Flamenco #EC8B48

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.1%

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

R = 52.8%
G = 31.1%
B = 16.11%

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

#EC8B48 (or 0xEC8B48) is known color: Flamenco. HEX triplet: EC, 8B and 48. RGB value is (236,139,72). Sum of RGB (Red+Green+Blue) = 236+139+72=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8B48 is #1374B7. Grayscale: #A0A0A0. Windows color (decimal): -1275064 or 4754412. OLE color: 4754412.

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

Color convert

RGB 236 139 72 -
CMYK 0 0.41 0.69 0.07
HSL 24.51º 0.81% 0.6% -
HSV(B) 24.51º 0.69% 0.93% -
XYZ 44.99 36.77 10.86 -
YUV 160.37 78.14 181.95 -
System Red Green Blue C M Y K H S L
Decimal 236 139 72 0 0.41 0.69 0.07 24.51 0.81 0.6
Hex EC 8B 48 0 29 45 7 19 51 3C
Octal 354 213 110 0 51 105 7 31 121 74
Binary 11101100 10001011 1001000 0 101001 1000101 111 11001 1010001 111100

Color Harmonies of #EC8B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8B48

Black with #EC8B48

Text Example


Text Example

White with #EC8B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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