Html Css Color HEX #EC9265 Copper

📋 copy color: '#EC9265'

red 236 ◦ green 146 ◦ blue 101

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

Shades of Copper #EC9265

Tints of Copper #EC9265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 48.86%
G = 30.23%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC9265 (or 0xEC9265) is known color: Copper. HEX triplet: EC, 92 and 65. RGB value is (236,146,101). Sum of RGB (Red+Green+Blue) = 236+146+101=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9265 is #136D9A. Grayscale: #A8A8A8. Windows color (decimal): -1273243 or 6656748. OLE color: 6656748.

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

Color convert

RGB 236 146 101 -
CMYK 0 0.38 0.57 0.07
HSL 20º 0.78% 0.66% -
HSV(B) 20º 0.57% 0.93% -
XYZ 47.22 39.33 17.41 -
YUV 167.78 90.32 176.66 -
System Red Green Blue C M Y K H S L
Decimal 236 146 101 0 0.38 0.57 0.07 20 0.78 0.66
Hex EC 92 65 0 26 39 7 14 4E 42
Octal 354 222 145 0 46 71 7 24 116 102
Binary 11101100 10010010 1100101 0 100110 111001 111 10100 1001110 1000010

Color Harmonies of #EC9265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9265

Black with #EC9265

Text Example


Text Example

White with #EC9265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9265; }

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

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

background-color css

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

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

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

border-color css

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

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

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