Html Css Color HEX #EC8644 Flamenco

📋 copy color: '#EC8644'

red 236 ◦ green 134 ◦ blue 68

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

Shades of Flamenco #EC8644

Tints of Flamenco #EC8644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.53%

R = 53.88%
G = 30.59%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC8644 (or 0xEC8644) is known color: Flamenco. HEX triplet: EC, 86 and 44. RGB value is (236,134,68). Sum of RGB (Red+Green+Blue) = 236+134+68=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8644 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8644 is #1379BB. Grayscale: #9D9D9D. Windows color (decimal): -1276348 or 4490988. OLE color: 4490988.

HSL color Cylindrical-coordinate representation of color #EC8644: hue angle of 23.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC8644 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 134 68 -
CMYK 0 0.43 0.71 0.07
HSL 23.57º 0.82% 0.6% -
HSV(B) 23.57º 0.71% 0.93% -
XYZ 44.16 35.3 9.95 -
YUV 156.97 77.79 184.37 -
System Red Green Blue C M Y K H S L
Decimal 236 134 68 0 0.43 0.71 0.07 23.57 0.82 0.6
Hex EC 86 44 0 2B 47 7 18 52 3C
Octal 354 206 104 0 53 107 7 30 122 74
Binary 11101100 10000110 1000100 0 101011 1000111 111 11000 1010010 111100

Color Harmonies of #EC8644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8644

Black with #EC8644

Text Example


Text Example

White with #EC8644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8644; }

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

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

background-color css

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

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

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

border-color css

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

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

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