Html Css Color HEX #E49261 Copper

📋 copy color: '#E49261'

red 228 ◦ green 146 ◦ blue 97

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

Shades of Copper #E49261

Tints of Copper #E49261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.59%

R = 48.41%
G = 31%
B = 20.59%

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

#E49261 (or 0xE49261) is known color: Copper. HEX triplet: E4, 92 and 61. RGB value is (228,146,97). Sum of RGB (Red+Green+Blue) = 228+146+97=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 228 - color contains mainly: red. Hex color #E49261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49261 is #1B6D9E. Grayscale: #A5A5A5. Windows color (decimal): -1797535 or 6394596. OLE color: 6394596.

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

Color convert

RGB 228 146 97 -
CMYK 0 0.36 0.57 0.11
HSL 22.44º 0.71% 0.64% -
HSV(B) 22.44º 0.57% 0.89% -
XYZ 44.43 37.91 16.29 -
YUV 164.93 89.67 172.98 -
System Red Green Blue C M Y K H S L
Decimal 228 146 97 0 0.36 0.57 0.11 22.44 0.71 0.64
Hex E4 92 61 0 24 39 B 16 47 40
Octal 344 222 141 0 44 71 13 26 107 100
Binary 11100100 10010010 1100001 0 100100 111001 1011 10110 1000111 1000000

Color Harmonies of #E49261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49261

Black with #E49261

Text Example


Text Example

White with #E49261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49261; }

 p { color: rgb(228,146,97); }

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

background-color css

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

 a { background-color: rgb(228,146,97); }

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

border-color css

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

 span { border-color: rgb(228,146,97); }

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