Html Css Color HEX #EC8869 Copper

📋 copy color: '#EC8869'

red 236 ◦ green 136 ◦ blue 105

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

Shades of Copper #EC8869

Tints of Copper #EC8869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.01%

R = 49.48%
G = 28.51%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC8869 (or 0xEC8869) is known color: Copper. HEX triplet: EC, 88 and 69. RGB value is (236,136,105). Sum of RGB (Red+Green+Blue) = 236+136+105=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8869 is #137796. Grayscale: #A2A2A2. Windows color (decimal): -1275799 or 6916332. OLE color: 6916332.

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

Color convert

RGB 236 136 105 -
CMYK 0 0.42 0.56 0.07
HSL 14.2º 0.78% 0.67% -
HSV(B) 14.2º 0.56% 0.93% -
XYZ 45.95 36.46 17.98 -
YUV 162.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 236 136 105 0 0.42 0.56 0.07 14.2 0.78 0.67
Hex EC 88 69 0 2A 38 7 E 4E 43
Octal 354 210 151 0 52 70 7 16 116 103
Binary 11101100 10001000 1101001 0 101010 111000 111 1110 1001110 1000011

Color Harmonies of #EC8869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8869

Black with #EC8869

Text Example


Text Example

White with #EC8869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8869; }

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

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

background-color css

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

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

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

border-color css

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

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

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