Html Css Color HEX #EC9263 Copper

📋 copy color: '#EC9263'

red 236 ◦ green 146 ◦ blue 99

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

Shades of Copper #EC9263

Tints of Copper #EC9263

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.35%

 BLUE value IS 99 (39.06% from 255) = 20.58%

R = 49.06%
G = 30.35%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC9263 (or 0xEC9263) is known color: Copper. HEX triplet: EC, 92 and 63. RGB value is (236,146,99). Sum of RGB (Red+Green+Blue) = 236+146+99=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9263 is #136D9C. Grayscale: #A7A7A7. Windows color (decimal): -1273245 or 6525676. OLE color: 6525676.

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

Color convert

RGB 236 146 99 -
CMYK 0 0.38 0.58 0.07
HSL 20.58º 0.78% 0.66% -
HSV(B) 20.58º 0.58% 0.93% -
XYZ 47.12 39.29 16.9 -
YUV 167.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 236 146 99 0 0.38 0.58 0.07 20.58 0.78 0.66
Hex EC 92 63 0 26 3A 7 15 4E 42
Octal 354 222 143 0 46 72 7 25 116 102
Binary 11101100 10010010 1100011 0 100110 111010 111 10101 1001110 1000010

Color Harmonies of #EC9263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9263

Black with #EC9263

Text Example


Text Example

White with #EC9263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9263; }

 p { color: rgb(236,146,99); }

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

background-color css

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

 a { background-color: rgb(236,146,99); }

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

border-color css

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

 span { border-color: rgb(236,146,99); }

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