Html Css Color HEX #EC9165 Copper

📋 copy color: '#EC9165'

red 236 ◦ green 145 ◦ blue 101

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

Shades of Copper #EC9165

Tints of Copper #EC9165

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.08%

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

R = 48.96%
G = 30.08%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC9165 (or 0xEC9165) is known color: Copper. HEX triplet: EC, 91 and 65. RGB value is (236,145,101). Sum of RGB (Red+Green+Blue) = 236+145+101=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9165 is #136E9A. Grayscale: #A7A7A7. Windows color (decimal): -1273499 or 6656492. OLE color: 6656492.

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

Color convert

RGB 236 145 101 -
CMYK 0 0.39 0.57 0.07
HSL 19.56º 0.78% 0.66% -
HSV(B) 19.56º 0.57% 0.93% -
XYZ 47.07 39.02 17.36 -
YUV 167.19 90.65 177.08 -
System Red Green Blue C M Y K H S L
Decimal 236 145 101 0 0.39 0.57 0.07 19.56 0.78 0.66
Hex EC 91 65 0 27 39 7 14 4E 42
Octal 354 221 145 0 47 71 7 24 116 102
Binary 11101100 10010001 1100101 0 100111 111001 111 10100 1001110 1000010

Color Harmonies of #EC9165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9165

Black with #EC9165

Text Example


Text Example

White with #EC9165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9165; }

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

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

background-color css

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

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

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

border-color css

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

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

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