Html Css Color HEX #EC8C42 Flamenco

📋 copy color: '#EC8C42'

red 236 ◦ green 140 ◦ blue 66

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

Shades of Flamenco #EC8C42

Tints of Flamenco #EC8C42

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.67%

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

R = 53.39%
G = 31.67%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC8C42 (or 0xEC8C42) is known color: Flamenco. HEX triplet: EC, 8C and 42. RGB value is (236,140,66). Sum of RGB (Red+Green+Blue) = 236+140+66=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8C42 is #1373BD. Grayscale: #A0A0A0. Windows color (decimal): -1274814 or 4361452. OLE color: 4361452.

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

Color convert

RGB 236 140 66 -
CMYK 0 0.41 0.72 0.07
HSL 26.12º 0.82% 0.59% -
HSV(B) 26.12º 0.72% 0.93% -
XYZ 44.95 36.98 9.92 -
YUV 160.27 74.8 182.02 -
System Red Green Blue C M Y K H S L
Decimal 236 140 66 0 0.41 0.72 0.07 26.12 0.82 0.59
Hex EC 8C 42 0 29 48 7 1A 52 3B
Octal 354 214 102 0 51 110 7 32 122 73
Binary 11101100 10001100 1000010 0 101001 1001000 111 11010 1010010 111011

Color Harmonies of #EC8C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C42

Black with #EC8C42

Text Example


Text Example

White with #EC8C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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