Html Css Color HEX #EC8942 Flamenco

📋 copy color: '#EC8942'

red 236 ◦ green 137 ◦ blue 66

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

Shades of Flamenco #EC8942

Tints of Flamenco #EC8942

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.21%

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

R = 53.76%
G = 31.21%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC8942 (or 0xEC8942) is known color: Flamenco. HEX triplet: EC, 89 and 42. RGB value is (236,137,66). Sum of RGB (Red+Green+Blue) = 236+137+66=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8942 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8942 is #1376BD. Grayscale: #9E9E9E. Windows color (decimal): -1275582 or 4360684. OLE color: 4360684.

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

Color convert

RGB 236 137 66 -
CMYK 0 0.42 0.72 0.07
HSL 25.06º 0.82% 0.59% -
HSV(B) 25.06º 0.72% 0.93% -
XYZ 44.52 36.12 9.78 -
YUV 158.51 75.8 183.27 -
System Red Green Blue C M Y K H S L
Decimal 236 137 66 0 0.42 0.72 0.07 25.06 0.82 0.59
Hex EC 89 42 0 2A 48 7 19 52 3B
Octal 354 211 102 0 52 110 7 31 122 73
Binary 11101100 10001001 1000010 0 101010 1001000 111 11001 1010010 111011

Color Harmonies of #EC8942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8942

Black with #EC8942

Text Example


Text Example

White with #EC8942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8942; }

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

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

background-color css

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

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

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

border-color css

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

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

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