Html Css Color HEX #EC8D66 Copper

📋 copy color: '#EC8D66'

red 236 ◦ green 141 ◦ blue 102

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

Shades of Copper #EC8D66

Tints of Copper #EC8D66

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.44%

 BLUE value IS 102 (40.23% from 255) = 21.29%

R = 49.27%
G = 29.44%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC8D66 (or 0xEC8D66) is known color: Copper. HEX triplet: EC, 8D and 66. RGB value is (236,141,102). Sum of RGB (Red+Green+Blue) = 236+141+102=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D66 is #137299. Grayscale: #A5A5A5. Windows color (decimal): -1274522 or 6721004. OLE color: 6721004.

HSL color Cylindrical-coordinate representation of color #EC8D66: hue angle of 17.46º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC8D66 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 141 102 -
CMYK 0 0.40 0.57 0.07
HSL 17.46º 0.78% 0.66% -
HSV(B) 17.46º 0.57% 0.93% -
XYZ 46.52 37.84 17.42 -
YUV 164.96 92.47 178.67 -
System Red Green Blue C M Y K H S L
Decimal 236 141 102 0 0.40 0.57 0.07 17.46 0.78 0.66
Hex EC 8D 66 0 28 39 7 11 4E 42
Octal 354 215 146 0 50 71 7 21 116 102
Binary 11101100 10001101 1100110 0 101000 111001 111 10001 1001110 1000010

Color Harmonies of #EC8D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D66

Black with #EC8D66

Text Example


Text Example

White with #EC8D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D66; }

 p { color: rgb(236,141,102); }

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

background-color css

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

 a { background-color: rgb(236,141,102); }

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

border-color css

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

 span { border-color: rgb(236,141,102); }

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