Html Css Color HEX #E48B6F Copper

📋 copy color: '#E48B6F'

red 228 ◦ green 139 ◦ blue 111

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

Shades of Copper #E48B6F

Tints of Copper #E48B6F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.08%

 BLUE value IS 111 (43.75% from 255) = 23.22%

R = 47.7%
G = 29.08%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E48B6F (or 0xE48B6F) is known color: Copper. HEX triplet: E4, 8B and 6F. RGB value is (228,139,111). Sum of RGB (Red+Green+Blue) = 228+139+111=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48B6F is #1B7490. Grayscale: #A2A2A2. Windows color (decimal): -1799313 or 7310308. OLE color: 7310308.

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

Color convert

RGB 228 139 111 -
CMYK 0 0.39 0.51 0.11
HSL 14.36º 0.68% 0.66% -
HSV(B) 14.36º 0.51% 0.89% -
XYZ 44.1 36.11 19.68 -
YUV 162.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 228 139 111 0 0.39 0.51 0.11 14.36 0.68 0.66
Hex E4 8B 6F 0 27 33 B E 44 42
Octal 344 213 157 0 47 63 13 16 104 102
Binary 11100100 10001011 1101111 0 100111 110011 1011 1110 1000100 1000010

Color Harmonies of #E48B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48B6F

Black with #E48B6F

Text Example


Text Example

White with #E48B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48B6F; }

 p { color: rgb(228,139,111); }

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

background-color css

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

 a { background-color: rgb(228,139,111); }

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

border-color css

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

 span { border-color: rgb(228,139,111); }

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