Html Css Color HEX #EC8D68 Copper

📋 copy color: '#EC8D68'

red 236 ◦ green 141 ◦ blue 104

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

Shades of Copper #EC8D68

Tints of Copper #EC8D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.62%

R = 49.06%
G = 29.31%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC8D68 (or 0xEC8D68) is known color: Copper. HEX triplet: EC, 8D and 68. RGB value is (236,141,104). Sum of RGB (Red+Green+Blue) = 236+141+104=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D68 is #137297. Grayscale: #A5A5A5. Windows color (decimal): -1274520 or 6852076. OLE color: 6852076.

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

Color convert

RGB 236 141 104 -
CMYK 0 0.40 0.56 0.07
HSL 16.82º 0.78% 0.67% -
HSV(B) 16.82º 0.56% 0.93% -
XYZ 46.62 37.88 17.95 -
YUV 165.19 93.47 178.51 -
System Red Green Blue C M Y K H S L
Decimal 236 141 104 0 0.40 0.56 0.07 16.82 0.78 0.67
Hex EC 8D 68 0 28 38 7 11 4E 43
Octal 354 215 150 0 50 70 7 21 116 103
Binary 11101100 10001101 1101000 0 101000 111000 111 10001 1001110 1000011

Color Harmonies of #EC8D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D68

Black with #EC8D68

Text Example


Text Example

White with #EC8D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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