Html Css Color HEX #E28A5E Copper

📋 copy color: '#E28A5E'

red 226 ◦ green 138 ◦ blue 94

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

Shades of Copper #E28A5E

Tints of Copper #E28A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.13%

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

R = 49.34%
G = 30.13%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E28A5E (or 0xE28A5E) is known color: Copper. HEX triplet: E2, 8A and 5E. RGB value is (226,138,94). Sum of RGB (Red+Green+Blue) = 226+138+94=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28A5E is #1D75A1. Grayscale: #9F9F9F. Windows color (decimal): -1930658 or 6195938. OLE color: 6195938.

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

Color convert

RGB 226 138 94 -
CMYK 0 0.39 0.58 0.11
HSL 20º 0.69% 0.63% -
HSV(B) 20º 0.58% 0.89% -
XYZ 42.47 35.15 15.14 -
YUV 159.3 91.15 175.58 -
System Red Green Blue C M Y K H S L
Decimal 226 138 94 0 0.39 0.58 0.11 20 0.69 0.63
Hex E2 8A 5E 0 27 3A B 14 45 3F
Octal 342 212 136 0 47 72 13 24 105 77
Binary 11100010 10001010 1011110 0 100111 111010 1011 10100 1000101 111111

Color Harmonies of #E28A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28A5E

Black with #E28A5E

Text Example


Text Example

White with #E28A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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