Html Css Color HEX #EC9266 Copper

📋 copy color: '#EC9266'

red 236 ◦ green 146 ◦ blue 102

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

Shades of Copper #EC9266

Tints of Copper #EC9266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.07%

R = 48.76%
G = 30.17%
B = 21.07%

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

#EC9266 (or 0xEC9266) is known color: Copper. HEX triplet: EC, 92 and 66. RGB value is (236,146,102). Sum of RGB (Red+Green+Blue) = 236+146+102=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9266 is #136D99. Grayscale: #A8A8A8. Windows color (decimal): -1273242 or 6722284. OLE color: 6722284.

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

Color convert

RGB 236 146 102 -
CMYK 0 0.38 0.57 0.07
HSL 19.7º 0.78% 0.66% -
HSV(B) 19.7º 0.57% 0.93% -
XYZ 47.27 39.35 17.67 -
YUV 167.89 90.82 176.58 -
System Red Green Blue C M Y K H S L
Decimal 236 146 102 0 0.38 0.57 0.07 19.7 0.78 0.66
Hex EC 92 66 0 26 39 7 14 4E 42
Octal 354 222 146 0 46 71 7 24 116 102
Binary 11101100 10010010 1100110 0 100110 111001 111 10100 1001110 1000010

Color Harmonies of #EC9266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9266

Black with #EC9266

Text Example


Text Example

White with #EC9266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9266; }

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

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

background-color css

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

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

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

border-color css

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

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

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