Html Css Color HEX #EC8648 Flamenco

📋 copy color: '#EC8648'

red 236 ◦ green 134 ◦ blue 72

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

Shades of Flamenco #EC8648

Tints of Flamenco #EC8648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.32%

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

R = 53.39%
G = 30.32%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC8648 (or 0xEC8648) is known color: Flamenco. HEX triplet: EC, 86 and 48. RGB value is (236,134,72). Sum of RGB (Red+Green+Blue) = 236+134+72=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8648 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8648 is #1379B7. Grayscale: #9D9D9D. Windows color (decimal): -1276344 or 4753132. OLE color: 4753132.

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

Color convert

RGB 236 134 72 -
CMYK 0 0.43 0.69 0.07
HSL 22.68º 0.81% 0.6% -
HSV(B) 22.68º 0.69% 0.93% -
XYZ 44.29 35.35 10.62 -
YUV 157.43 79.79 184.04 -
System Red Green Blue C M Y K H S L
Decimal 236 134 72 0 0.43 0.69 0.07 22.68 0.81 0.6
Hex EC 86 48 0 2B 45 7 17 51 3C
Octal 354 206 110 0 53 105 7 27 121 74
Binary 11101100 10000110 1001000 0 101011 1000101 111 10111 1010001 111100

Color Harmonies of #EC8648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8648

Black with #EC8648

Text Example


Text Example

White with #EC8648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8648; }

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

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

background-color css

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

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

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

border-color css

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

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

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