Html Css Color HEX #E28C5D Copper

📋 copy color: '#E28C5D'

red 226 ◦ green 140 ◦ blue 93

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

Shades of Copper #E28C5D

Tints of Copper #E28C5D

RGB

 RED value IS 226 (88.67% from 255) = 49.24%

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

 BLUE value IS 93 (36.72% from 255) = 20.26%

R = 49.24%
G = 30.5%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E28C5D (or 0xE28C5D) is known color: Copper. HEX triplet: E2, 8C and 5D. RGB value is (226,140,93). Sum of RGB (Red+Green+Blue) = 226+140+93=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28C5D is #1D73A2. Grayscale: #A0A0A0. Windows color (decimal): -1930147 or 6130914. OLE color: 6130914.

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

Color convert

RGB 226 140 93 -
CMYK 0 0.38 0.59 0.11
HSL 21.2º 0.7% 0.63% -
HSV(B) 21.2º 0.59% 0.89% -
XYZ 42.72 35.72 15 -
YUV 160.36 89.99 174.82 -
System Red Green Blue C M Y K H S L
Decimal 226 140 93 0 0.38 0.59 0.11 21.2 0.7 0.63
Hex E2 8C 5D 0 26 3B B 15 46 3F
Octal 342 214 135 0 46 73 13 25 106 77
Binary 11100010 10001100 1011101 0 100110 111011 1011 10101 1000110 111111

Color Harmonies of #E28C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28C5D

Black with #E28C5D

Text Example


Text Example

White with #E28C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28C5D; }

 p { color: rgb(226,140,93); }

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

background-color css

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

 a { background-color: rgb(226,140,93); }

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

border-color css

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

 span { border-color: rgb(226,140,93); }

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