Html Css Color HEX #E49362 Copper

📋 copy color: '#E49362'

red 228 ◦ green 147 ◦ blue 98

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

Shades of Copper #E49362

Tints of Copper #E49362

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.08%

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

R = 48.2%
G = 31.08%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E49362 (or 0xE49362) is known color: Copper. HEX triplet: E4, 93 and 62. RGB value is (228,147,98). Sum of RGB (Red+Green+Blue) = 228+147+98=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E49362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49362 is #1B6C9D. Grayscale: #A5A5A5. Windows color (decimal): -1797278 or 6460388. OLE color: 6460388.

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

Color convert

RGB 228 147 98 -
CMYK 0 0.36 0.57 0.11
HSL 22.62º 0.71% 0.64% -
HSV(B) 22.62º 0.57% 0.89% -
XYZ 44.63 38.24 16.58 -
YUV 165.63 89.84 172.48 -
System Red Green Blue C M Y K H S L
Decimal 228 147 98 0 0.36 0.57 0.11 22.62 0.71 0.64
Hex E4 93 62 0 24 39 B 17 47 40
Octal 344 223 142 0 44 71 13 27 107 100
Binary 11100100 10010011 1100010 0 100100 111001 1011 10111 1000111 1000000

Color Harmonies of #E49362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49362

Black with #E49362

Text Example


Text Example

White with #E49362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49362; }

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

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

background-color css

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

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

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

border-color css

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

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

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