Html Css Color HEX #E69162 Copper

📋 copy color: '#E69162'

red 230 ◦ green 145 ◦ blue 98

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

Shades of Copper #E69162

Tints of Copper #E69162

RGB

 RED value IS 230 (90.23% from 255) = 48.63%

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

 BLUE value IS 98 (38.67% from 255) = 20.72%

R = 48.63%
G = 30.66%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E69162 (or 0xE69162) is known color: Copper. HEX triplet: E6, 91 and 62. RGB value is (230,145,98). Sum of RGB (Red+Green+Blue) = 230+145+98=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E69162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69162 is #196E9D. Grayscale: #A5A5A5. Windows color (decimal): -1666718 or 6459878. OLE color: 6459878.

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

Color convert

RGB 230 145 98 -
CMYK 0 0.37 0.57 0.10
HSL 21.36º 0.73% 0.64% -
HSV(B) 21.36º 0.57% 0.9% -
XYZ 44.96 37.96 16.51 -
YUV 165.06 90.16 174.32 -
System Red Green Blue C M Y K H S L
Decimal 230 145 98 0 0.37 0.57 0.10 21.36 0.73 0.64
Hex E6 91 62 0 25 39 A 15 49 40
Octal 346 221 142 0 45 71 12 25 111 100
Binary 11100110 10010001 1100010 0 100101 111001 1010 10101 1001001 1000000

Color Harmonies of #E69162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69162

Black with #E69162

Text Example


Text Example

White with #E69162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69162; }

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

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

background-color css

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

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

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

border-color css

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

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

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