Html Css Color HEX #E48A68 Copper

📋 copy color: '#E48A68'

red 228 ◦ green 138 ◦ blue 104

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

Shades of Copper #E48A68

Tints of Copper #E48A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.13%

R = 48.51%
G = 29.36%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E48A68 (or 0xE48A68) is known color: Copper. HEX triplet: E4, 8A and 68. RGB value is (228,138,104). Sum of RGB (Red+Green+Blue) = 228+138+104=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48A68 is #1B7597. Grayscale: #A1A1A1. Windows color (decimal): -1799576 or 6851300. OLE color: 6851300.

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

Color convert

RGB 228 138 104 -
CMYK 0 0.39 0.54 0.11
HSL 16.45º 0.7% 0.65% -
HSV(B) 16.45º 0.54% 0.89% -
XYZ 43.58 35.67 17.68 -
YUV 161.03 95.82 175.76 -
System Red Green Blue C M Y K H S L
Decimal 228 138 104 0 0.39 0.54 0.11 16.45 0.7 0.65
Hex E4 8A 68 0 27 36 B 10 46 41
Octal 344 212 150 0 47 66 13 20 106 101
Binary 11100100 10001010 1101000 0 100111 110110 1011 10000 1000110 1000001

Color Harmonies of #E48A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48A68

Black with #E48A68

Text Example


Text Example

White with #E48A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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