Html Css Color HEX #EC8842 Flamenco

📋 copy color: '#EC8842'

red 236 ◦ green 136 ◦ blue 66

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

Shades of Flamenco #EC8842

Tints of Flamenco #EC8842

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.05%

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

R = 53.88%
G = 31.05%
B = 15.07%

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

#EC8842 (or 0xEC8842) is known color: Flamenco. HEX triplet: EC, 88 and 42. RGB value is (236,136,66). Sum of RGB (Red+Green+Blue) = 236+136+66=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8842 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8842 is #1377BD. Grayscale: #9E9E9E. Windows color (decimal): -1275838 or 4360428. OLE color: 4360428.

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

Color convert

RGB 236 136 66 -
CMYK 0 0.42 0.72 0.07
HSL 24.71º 0.82% 0.59% -
HSV(B) 24.71º 0.72% 0.93% -
XYZ 44.38 35.83 9.73 -
YUV 157.92 76.13 183.69 -
System Red Green Blue C M Y K H S L
Decimal 236 136 66 0 0.42 0.72 0.07 24.71 0.82 0.59
Hex EC 88 42 0 2A 48 7 19 52 3B
Octal 354 210 102 0 52 110 7 31 122 73
Binary 11101100 10001000 1000010 0 101010 1001000 111 11001 1010010 111011

Color Harmonies of #EC8842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8842

Black with #EC8842

Text Example


Text Example

White with #EC8842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8842; }

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

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

background-color css

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

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

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

border-color css

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

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

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