Html Css Color HEX #EC8642 Flamenco

📋 copy color: '#EC8642'

red 236 ◦ green 134 ◦ blue 66

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

Shades of Flamenco #EC8642

Tints of Flamenco #EC8642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.14%

R = 54.13%
G = 30.73%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC8642 (or 0xEC8642) is known color: Flamenco. HEX triplet: EC, 86 and 42. RGB value is (236,134,66). Sum of RGB (Red+Green+Blue) = 236+134+66=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8642 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8642 is #1379BD. Grayscale: #9D9D9D. Windows color (decimal): -1276350 or 4359916. OLE color: 4359916.

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

Color convert

RGB 236 134 66 -
CMYK 0 0.43 0.72 0.07
HSL 24º 0.82% 0.59% -
HSV(B) 24º 0.72% 0.93% -
XYZ 44.1 35.28 9.64 -
YUV 156.75 76.79 184.53 -
System Red Green Blue C M Y K H S L
Decimal 236 134 66 0 0.43 0.72 0.07 24 0.82 0.59
Hex EC 86 42 0 2B 48 7 18 52 3B
Octal 354 206 102 0 53 110 7 30 122 73
Binary 11101100 10000110 1000010 0 101011 1001000 111 11000 1010010 111011

Color Harmonies of #EC8642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8642

Black with #EC8642

Text Example


Text Example

White with #EC8642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8642; }

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

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

background-color css

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

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

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

border-color css

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

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

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