Html Css Color HEX #EC9267 Copper

📋 copy color: '#EC9267'

red 236 ◦ green 146 ◦ blue 103

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

Shades of Copper #EC9267

Tints of Copper #EC9267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.24%

R = 48.66%
G = 30.1%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC9267 (or 0xEC9267) is known color: Copper. HEX triplet: EC, 92 and 67. RGB value is (236,146,103). Sum of RGB (Red+Green+Blue) = 236+146+103=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9267 is #136D98. Grayscale: #A8A8A8. Windows color (decimal): -1273241 or 6787820. OLE color: 6787820.

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

Color convert

RGB 236 146 103 -
CMYK 0 0.38 0.56 0.07
HSL 19.4º 0.78% 0.66% -
HSV(B) 19.4º 0.56% 0.93% -
XYZ 47.32 39.37 17.94 -
YUV 168.01 91.32 176.5 -
System Red Green Blue C M Y K H S L
Decimal 236 146 103 0 0.38 0.56 0.07 19.4 0.78 0.66
Hex EC 92 67 0 26 38 7 13 4E 42
Octal 354 222 147 0 46 70 7 23 116 102
Binary 11101100 10010010 1100111 0 100110 111000 111 10011 1001110 1000010

Color Harmonies of #EC9267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9267

Black with #EC9267

Text Example


Text Example

White with #EC9267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9267; }

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

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

background-color css

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

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

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

border-color css

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

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

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