Html Css Color HEX #E48262 Copper

📋 copy color: '#E48262'

red 228 ◦ green 130 ◦ blue 98

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

Shades of Copper #E48262

Tints of Copper #E48262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.51%

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

R = 50%
G = 28.51%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E48262 (or 0xE48262) is known color: Copper. HEX triplet: E4, 82 and 62. RGB value is (228,130,98). Sum of RGB (Red+Green+Blue) = 228+130+98=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E48262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48262 is #1B7D9D. Grayscale: #9B9B9B. Windows color (decimal): -1801630 or 6456036. OLE color: 6456036.

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

Color convert

RGB 228 130 98 -
CMYK 0 0.43 0.57 0.11
HSL 14.77º 0.71% 0.64% -
HSV(B) 14.77º 0.57% 0.89% -
XYZ 42.18 33.34 15.77 -
YUV 155.65 95.47 179.6 -
System Red Green Blue C M Y K H S L
Decimal 228 130 98 0 0.43 0.57 0.11 14.77 0.71 0.64
Hex E4 82 62 0 2B 39 B F 47 40
Octal 344 202 142 0 53 71 13 17 107 100
Binary 11100100 10000010 1100010 0 101011 111001 1011 1111 1000111 1000000

Color Harmonies of #E48262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48262

Black with #E48262

Text Example


Text Example

White with #E48262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48262; }

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

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

background-color css

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

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

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

border-color css

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

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

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