Html Css Color HEX #EC8B66 Copper

📋 copy color: '#EC8B66'

red 236 ◦ green 139 ◦ blue 102

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

Shades of Copper #EC8B66

Tints of Copper #EC8B66

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.14%

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

R = 49.48%
G = 29.14%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC8B66 (or 0xEC8B66) is known color: Copper. HEX triplet: EC, 8B and 66. RGB value is (236,139,102). Sum of RGB (Red+Green+Blue) = 236+139+102=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8B66 is #137499. Grayscale: #A4A4A4. Windows color (decimal): -1275034 or 6720492. OLE color: 6720492.

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

Color convert

RGB 236 139 102 -
CMYK 0 0.41 0.57 0.07
HSL 16.57º 0.78% 0.66% -
HSV(B) 16.57º 0.57% 0.93% -
XYZ 46.22 37.26 17.33 -
YUV 163.79 93.14 179.51 -
System Red Green Blue C M Y K H S L
Decimal 236 139 102 0 0.41 0.57 0.07 16.57 0.78 0.66
Hex EC 8B 66 0 29 39 7 11 4E 42
Octal 354 213 146 0 51 71 7 21 116 102
Binary 11101100 10001011 1100110 0 101001 111001 111 10001 1001110 1000010

Color Harmonies of #EC8B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8B66

Black with #EC8B66

Text Example


Text Example

White with #EC8B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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