Html Css Color HEX #EC8F66 Copper

📋 copy color: '#EC8F66'

red 236 ◦ green 143 ◦ blue 102

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

Shades of Copper #EC8F66

Tints of Copper #EC8F66

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.73%

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

R = 49.06%
G = 29.73%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC8F66 (or 0xEC8F66) is known color: Copper. HEX triplet: EC, 8F and 66. RGB value is (236,143,102). Sum of RGB (Red+Green+Blue) = 236+143+102=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F66 is #137099. Grayscale: #A6A6A6. Windows color (decimal): -1274010 or 6721516. OLE color: 6721516.

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

Color convert

RGB 236 143 102 -
CMYK 0 0.39 0.57 0.07
HSL 18.36º 0.78% 0.66% -
HSV(B) 18.36º 0.57% 0.93% -
XYZ 46.81 38.44 17.52 -
YUV 166.13 91.81 177.83 -
System Red Green Blue C M Y K H S L
Decimal 236 143 102 0 0.39 0.57 0.07 18.36 0.78 0.66
Hex EC 8F 66 0 27 39 7 12 4E 42
Octal 354 217 146 0 47 71 7 22 116 102
Binary 11101100 10001111 1100110 0 100111 111001 111 10010 1001110 1000010

Color Harmonies of #EC8F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F66

Black with #EC8F66

Text Example


Text Example

White with #EC8F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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