Html Css Color HEX #E48C5B Copper

📋 copy color: '#E48C5B'

red 228 ◦ green 140 ◦ blue 91

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

Shades of Copper #E48C5B

Tints of Copper #E48C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.83%

R = 49.67%
G = 30.5%
B = 19.83%

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

#E48C5B (or 0xE48C5B) is known color: Copper. HEX triplet: E4, 8C and 5B. RGB value is (228,140,91). Sum of RGB (Red+Green+Blue) = 228+140+91=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48C5B is #1B73A4. Grayscale: #A1A1A1. Windows color (decimal): -1799077 or 5999844. OLE color: 5999844.

HSL color Cylindrical-coordinate representation of color #E48C5B: hue angle of 21.46º 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 #E48C5B is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 140 91 -
CMYK 0 0.39 0.60 0.11
HSL 21.46º 0.72% 0.63% -
HSV(B) 21.46º 0.6% 0.89% -
XYZ 43.26 36.01 14.57 -
YUV 160.73 88.65 175.98 -
System Red Green Blue C M Y K H S L
Decimal 228 140 91 0 0.39 0.60 0.11 21.46 0.72 0.63
Hex E4 8C 5B 0 27 3C B 15 48 3F
Octal 344 214 133 0 47 74 13 25 110 77
Binary 11100100 10001100 1011011 0 100111 111100 1011 10101 1001000 111111

Color Harmonies of #E48C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48C5B

Black with #E48C5B

Text Example


Text Example

White with #E48C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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