#e69262

Color #E69262 Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper #E69262

Tints of Copper #E69262

Color information

#E69262 (or 0xE69262) is unknown color: approx Copper. HEX triplet: E6, 92 and 62. RGB value is (230,146,98). Sum of RGB (Red+Green+Blue) = 230+146+98=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E69262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69262 is #196D9D. Grayscale: #A5A5A5. Windows color (decimal): -1666462 or 6460134. OLE color: 6460134.

HSL color Cylindrical-coordinate representation of color #E69262: hue angle of 21.82º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E69262 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB23014698-
CMYK00.370.570.10
HSL21.82º72.53%64.31%-
HSV(B)21.82º57.39%90.2%-
XYZ45.1238.2616.56-
YUV165.6489.83173.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.52%
GREEN value IS 146 (57.42% from 255) = 30.80%
BLUE value IS 98 (38.67% from 255) = 20.68%
R=48.52%
G=30.80%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301469800.370.570.1021.8272.5364.31
HexE6926202539A164940
Octal346222142045711226111100
Binary11100110100100101100010010010111100110101011010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e69262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e69262; }

 p { color: rgb(230,146,98); }

 H1.HeaderClassName
 {
   color: #e69262;
 }
 .AnyTagClassName
 {
   color: #e69262;
 }
</style>
background-color css

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

 a { background-color: rgb(230,146,98); }

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

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

 span { border-color: rgb(230,146,98); }

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