Html Css Color HEX #E48C5C Copper

📋 copy color: '#E48C5C'

red 228 ◦ green 140 ◦ blue 92

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

Shades of Copper #E48C5C

Tints of Copper #E48C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20%

R = 49.57%
G = 30.43%
B = 20%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E48C5C (or 0xE48C5C) is known color: Copper. HEX triplet: E4, 8C and 5C. RGB value is (228,140,92). Sum of RGB (Red+Green+Blue) = 228+140+92=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48C5C is #1B73A3. Grayscale: #A1A1A1. Windows color (decimal): -1799076 or 6065380. OLE color: 6065380.

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

Color convert

RGB 228 140 92 -
CMYK 0 0.39 0.60 0.11
HSL 21.18º 0.72% 0.63% -
HSV(B) 21.18º 0.6% 0.89% -
XYZ 43.3 36.02 14.8 -
YUV 160.84 89.15 175.9 -
System Red Green Blue C M Y K H S L
Decimal 228 140 92 0 0.39 0.60 0.11 21.18 0.72 0.63
Hex E4 8C 5C 0 27 3C B 15 48 3F
Octal 344 214 134 0 47 74 13 25 110 77
Binary 11100100 10001100 1011100 0 100111 111100 1011 10101 1001000 111111

Color Harmonies of #E48C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48C5C

Black with #E48C5C

Text Example


Text Example

White with #E48C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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