Html Css Color HEX #E49062 Copper

📋 copy color: '#E49062'

red 228 ◦ green 144 ◦ blue 98

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

Shades of Copper #E49062

Tints of Copper #E49062

RGB

 RED value IS 228 (89.45% from 255) = 48.51%

 GREEN value IS 144 (56.64% from 255) = 30.64%

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

R = 48.51%
G = 30.64%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E49062 (or 0xE49062) is known color: Copper. HEX triplet: E4, 90 and 62. RGB value is (228,144,98). Sum of RGB (Red+Green+Blue) = 228+144+98=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E49062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49062 is #1B6F9D. Grayscale: #A4A4A4. Windows color (decimal): -1798046 or 6459620. OLE color: 6459620.

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

Color convert

RGB 228 144 98 -
CMYK 0 0.37 0.57 0.11
HSL 21.23º 0.71% 0.64% -
HSV(B) 21.23º 0.57% 0.89% -
XYZ 44.17 37.32 16.43 -
YUV 163.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 228 144 98 0 0.37 0.57 0.11 21.23 0.71 0.64
Hex E4 90 62 0 25 39 B 15 47 40
Octal 344 220 142 0 45 71 13 25 107 100
Binary 11100100 10010000 1100010 0 100101 111001 1011 10101 1000111 1000000

Color Harmonies of #E49062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49062

Black with #E49062

Text Example


Text Example

White with #E49062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49062; }

 p { color: rgb(228,144,98); }

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

background-color css

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

 a { background-color: rgb(228,144,98); }

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

border-color css

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

 span { border-color: rgb(228,144,98); }

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