Html Css Color HEX #E48A5D Copper

📋 copy color: '#E48A5D'

red 228 ◦ green 138 ◦ blue 93

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

Shades of Copper #E48A5D

Tints of Copper #E48A5D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.07%

 BLUE value IS 93 (36.72% from 255) = 20.26%

R = 49.67%
G = 30.07%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E48A5D (or 0xE48A5D) is known color: Copper. HEX triplet: E4, 8A and 5D. RGB value is (228,138,93). Sum of RGB (Red+Green+Blue) = 228+138+93=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48A5D is #1B75A2. Grayscale: #A0A0A0. Windows color (decimal): -1799587 or 6130404. OLE color: 6130404.

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

Color convert

RGB 228 138 93 -
CMYK 0 0.39 0.59 0.11
HSL 20º 0.71% 0.63% -
HSV(B) 20º 0.59% 0.89% -
XYZ 43.06 35.46 14.93 -
YUV 159.78 90.32 176.66 -
System Red Green Blue C M Y K H S L
Decimal 228 138 93 0 0.39 0.59 0.11 20 0.71 0.63
Hex E4 8A 5D 0 27 3B B 14 47 3F
Octal 344 212 135 0 47 73 13 24 107 77
Binary 11100100 10001010 1011101 0 100111 111011 1011 10100 1000111 111111

Color Harmonies of #E48A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48A5D

Black with #E48A5D

Text Example


Text Example

White with #E48A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48A5D; }

 p { color: rgb(228,138,93); }

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

background-color css

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

 a { background-color: rgb(228,138,93); }

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

border-color css

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

 span { border-color: rgb(228,138,93); }

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