Html Css Color HEX #EC8866 Copper

📋 copy color: '#EC8866'

red 236 ◦ green 136 ◦ blue 102

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

Shades of Copper #EC8866

Tints of Copper #EC8866

RGB

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

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

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

R = 49.79%
G = 28.69%
B = 21.52%

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

#EC8866 (or 0xEC8866) is known color: Copper. HEX triplet: EC, 88 and 66. RGB value is (236,136,102). Sum of RGB (Red+Green+Blue) = 236+136+102=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8866 is #137799. Grayscale: #A2A2A2. Windows color (decimal): -1275802 or 6719724. OLE color: 6719724.

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

Color convert

RGB 236 136 102 -
CMYK 0 0.42 0.57 0.07
HSL 15.22º 0.78% 0.66% -
HSV(B) 15.22º 0.57% 0.93% -
XYZ 45.79 36.4 17.18 -
YUV 162.02 94.13 180.76 -
System Red Green Blue C M Y K H S L
Decimal 236 136 102 0 0.42 0.57 0.07 15.22 0.78 0.66
Hex EC 88 66 0 2A 39 7 F 4E 42
Octal 354 210 146 0 52 71 7 17 116 102
Binary 11101100 10001000 1100110 0 101010 111001 111 1111 1001110 1000010

Color Harmonies of #EC8866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8866

Black with #EC8866

Text Example


Text Example

White with #EC8866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8866; }

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

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

background-color css

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

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

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

border-color css

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

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

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