Html Css Color HEX #E48C6D Copper

📋 copy color: '#E48C6D'

red 228 ◦ green 140 ◦ blue 109

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

Shades of Copper #E48C6D

Tints of Copper #E48C6D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.35%

 BLUE value IS 109 (42.97% from 255) = 22.85%

R = 47.8%
G = 29.35%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E48C6D (or 0xE48C6D) is known color: Copper. HEX triplet: E4, 8C and 6D. RGB value is (228,140,109). Sum of RGB (Red+Green+Blue) = 228+140+109=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48C6D is #1B7392. Grayscale: #A2A2A2. Windows color (decimal): -1799059 or 7179492. OLE color: 7179492.

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

Color convert

RGB 228 140 109 -
CMYK 0 0.39 0.52 0.11
HSL 15.63º 0.69% 0.66% -
HSV(B) 15.63º 0.52% 0.89% -
XYZ 44.13 36.35 19.16 -
YUV 162.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 228 140 109 0 0.39 0.52 0.11 15.63 0.69 0.66
Hex E4 8C 6D 0 27 34 B 10 45 42
Octal 344 214 155 0 47 64 13 20 105 102
Binary 11100100 10001100 1101101 0 100111 110100 1011 10000 1000101 1000010

Color Harmonies of #E48C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48C6D

Black with #E48C6D

Text Example


Text Example

White with #E48C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48C6D; }

 p { color: rgb(228,140,109); }

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

background-color css

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

 a { background-color: rgb(228,140,109); }

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

border-color css

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

 span { border-color: rgb(228,140,109); }

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