Html Css Color HEX #EC8966 Copper

📋 copy color: '#EC8966'

red 236 ◦ green 137 ◦ blue 102

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

Shades of Copper #EC8966

Tints of Copper #EC8966

RGB

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

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

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

R = 49.68%
G = 28.84%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC8966 (or 0xEC8966) is known color: Copper. HEX triplet: EC, 89 and 66. RGB value is (236,137,102). Sum of RGB (Red+Green+Blue) = 236+137+102=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8966 is #137699. Grayscale: #A2A2A2. Windows color (decimal): -1275546 or 6719980. OLE color: 6719980.

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

Color convert

RGB 236 137 102 -
CMYK 0 0.42 0.57 0.07
HSL 15.67º 0.78% 0.66% -
HSV(B) 15.67º 0.57% 0.93% -
XYZ 45.94 36.68 17.23 -
YUV 162.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 236 137 102 0 0.42 0.57 0.07 15.67 0.78 0.66
Hex EC 89 66 0 2A 39 7 10 4E 42
Octal 354 211 146 0 52 71 7 20 116 102
Binary 11101100 10001001 1100110 0 101010 111001 111 10000 1001110 1000010

Color Harmonies of #EC8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8966

Black with #EC8966

Text Example


Text Example

White with #EC8966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8966; }

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

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

background-color css

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

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

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

border-color css

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

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

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