Html Css Color HEX #E28F5E Copper

📋 copy color: '#E28F5E'

red 226 ◦ green 143 ◦ blue 94

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

Shades of Copper #E28F5E

Tints of Copper #E28F5E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.89%

 BLUE value IS 94 (37.11% from 255) = 20.3%

R = 48.81%
G = 30.89%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E28F5E (or 0xE28F5E) is known color: Copper. HEX triplet: E2, 8F and 5E. RGB value is (226,143,94). Sum of RGB (Red+Green+Blue) = 226+143+94=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E28F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28F5E is #1D70A1. Grayscale: #A2A2A2. Windows color (decimal): -1929378 or 6197218. OLE color: 6197218.

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

Color convert

RGB 226 143 94 -
CMYK 0 0.37 0.58 0.11
HSL 22.27º 0.69% 0.63% -
HSV(B) 22.27º 0.58% 0.89% -
XYZ 43.21 36.62 15.38 -
YUV 162.23 89.5 173.48 -
System Red Green Blue C M Y K H S L
Decimal 226 143 94 0 0.37 0.58 0.11 22.27 0.69 0.63
Hex E2 8F 5E 0 25 3A B 16 45 3F
Octal 342 217 136 0 45 72 13 26 105 77
Binary 11100010 10001111 1011110 0 100101 111010 1011 10110 1000101 111111

Color Harmonies of #E28F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28F5E

Black with #E28F5E

Text Example


Text Example

White with #E28F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28F5E; }

 p { color: rgb(226,143,94); }

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

background-color css

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

 a { background-color: rgb(226,143,94); }

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

border-color css

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

 span { border-color: rgb(226,143,94); }

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