Html Css Color HEX #E38360 Copper

📋 copy color: '#E38360'

red 227 ◦ green 131 ◦ blue 96

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

Shades of Copper #E38360

Tints of Copper #E38360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.85%

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

R = 50%
G = 28.85%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E38360 (or 0xE38360) is known color: Copper. HEX triplet: E3, 83 and 60. RGB value is (227,131,96). Sum of RGB (Red+Green+Blue) = 227+131+96=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E38360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38360 is #1C7C9F. Grayscale: #9B9B9B. Windows color (decimal): -1866912 or 6325219. OLE color: 6325219.

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

Color convert

RGB 227 131 96 -
CMYK 0 0.42 0.58 0.11
HSL 16.03º 0.7% 0.63% -
HSV(B) 16.03º 0.58% 0.89% -
XYZ 41.91 33.41 15.31 -
YUV 155.71 94.3 178.85 -
System Red Green Blue C M Y K H S L
Decimal 227 131 96 0 0.42 0.58 0.11 16.03 0.7 0.63
Hex E3 83 60 0 2A 3A B 10 46 3F
Octal 343 203 140 0 52 72 13 20 106 77
Binary 11100011 10000011 1100000 0 101010 111010 1011 10000 1000110 111111

Color Harmonies of #E38360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38360

Black with #E38360

Text Example


Text Example

White with #E38360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38360; }

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

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

background-color css

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

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

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

border-color css

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

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

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