Html Css Color HEX #EC8A6A Copper

📋 copy color: '#EC8A6A'

red 236 ◦ green 138 ◦ blue 106

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

Shades of Copper #EC8A6A

Tints of Copper #EC8A6A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.75%

 BLUE value IS 106 (41.8% from 255) = 22.08%

R = 49.17%
G = 28.75%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC8A6A (or 0xEC8A6A) is known color: Copper. HEX triplet: EC, 8A and 6A. RGB value is (236,138,106). Sum of RGB (Red+Green+Blue) = 236+138+106=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A6A is #137595. Grayscale: #A3A3A3. Windows color (decimal): -1275286 or 6982380. OLE color: 6982380.

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

Color convert

RGB 236 138 106 -
CMYK 0 0.42 0.55 0.07
HSL 14.77º 0.77% 0.67% -
HSV(B) 14.77º 0.55% 0.93% -
XYZ 46.28 37.05 18.35 -
YUV 163.65 95.47 179.6 -
System Red Green Blue C M Y K H S L
Decimal 236 138 106 0 0.42 0.55 0.07 14.77 0.77 0.67
Hex EC 8A 6A 0 2A 37 7 F 4D 43
Octal 354 212 152 0 52 67 7 17 115 103
Binary 11101100 10001010 1101010 0 101010 110111 111 1111 1001101 1000011

Color Harmonies of #EC8A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8A6A

Black with #EC8A6A

Text Example


Text Example

White with #EC8A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8A6A; }

 p { color: rgb(236,138,106); }

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

background-color css

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

 a { background-color: rgb(236,138,106); }

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

border-color css

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

 span { border-color: rgb(236,138,106); }

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