Html Css Color HEX #E38260 Copper

📋 copy color: '#E38260'

red 227 ◦ green 130 ◦ blue 96

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

Shades of Copper #E38260

Tints of Copper #E38260

RGB

 RED value IS 227 (89.06% from 255) = 50.11%

 GREEN value IS 130 (51.17% from 255) = 28.7%

 BLUE value IS 96 (37.89% from 255) = 21.19%

R = 50.11%
G = 28.7%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E38260 (or 0xE38260) is known color: Copper. HEX triplet: E3, 82 and 60. RGB value is (227,130,96). Sum of RGB (Red+Green+Blue) = 227+130+96=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E38260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38260 is #1C7D9F. Grayscale: #9B9B9B. Windows color (decimal): -1867168 or 6324963. OLE color: 6324963.

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

Color convert

RGB 227 130 96 -
CMYK 0 0.43 0.58 0.11
HSL 15.57º 0.7% 0.63% -
HSV(B) 15.57º 0.58% 0.89% -
XYZ 41.77 33.14 15.26 -
YUV 155.13 94.64 179.26 -
System Red Green Blue C M Y K H S L
Decimal 227 130 96 0 0.43 0.58 0.11 15.57 0.7 0.63
Hex E3 82 60 0 2B 3A B 10 46 3F
Octal 343 202 140 0 53 72 13 20 106 77
Binary 11100011 10000010 1100000 0 101011 111010 1011 10000 1000110 111111

Color Harmonies of #E38260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38260

Black with #E38260

Text Example


Text Example

White with #E38260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38260; }

 p { color: rgb(227,130,96); }

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

background-color css

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

 a { background-color: rgb(227,130,96); }

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

border-color css

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

 span { border-color: rgb(227,130,96); }

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