Html Css Color HEX #EC8B68 Copper

📋 copy color: '#EC8B68'

red 236 ◦ green 139 ◦ blue 104

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

Shades of Copper #EC8B68

Tints of Copper #EC8B68

RGB

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

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

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

R = 49.27%
G = 29.02%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC8B68 (or 0xEC8B68) is known color: Copper. HEX triplet: EC, 8B and 68. RGB value is (236,139,104). Sum of RGB (Red+Green+Blue) = 236+139+104=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8B68 is #137497. Grayscale: #A4A4A4. Windows color (decimal): -1275032 or 6851564. OLE color: 6851564.

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

Color convert

RGB 236 139 104 -
CMYK 0 0.41 0.56 0.07
HSL 15.91º 0.78% 0.67% -
HSV(B) 15.91º 0.56% 0.93% -
XYZ 46.32 37.3 17.85 -
YUV 164.01 94.14 179.35 -
System Red Green Blue C M Y K H S L
Decimal 236 139 104 0 0.41 0.56 0.07 15.91 0.78 0.67
Hex EC 8B 68 0 29 38 7 10 4E 43
Octal 354 213 150 0 51 70 7 20 116 103
Binary 11101100 10001011 1101000 0 101001 111000 111 10000 1001110 1000011

Color Harmonies of #EC8B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8B68

Black with #EC8B68

Text Example


Text Example

White with #EC8B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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