Html Css Color HEX #E68360 Copper

📋 copy color: '#E68360'

red 230 ◦ green 131 ◦ blue 96

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

Shades of Copper #E68360

Tints of Copper #E68360

RGB

 RED value IS 230 (90.23% from 255) = 50.33%

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

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

R = 50.33%
G = 28.67%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E68360 (or 0xE68360) is known color: Copper. HEX triplet: E6, 83 and 60. RGB value is (230,131,96). Sum of RGB (Red+Green+Blue) = 230+131+96=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E68360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68360 is #197C9F. Grayscale: #9C9C9C. Windows color (decimal): -1670304 or 6325222. OLE color: 6325222.

HSL color Cylindrical-coordinate representation of color #E68360: hue angle of 15.67º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E68360 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 131 96 -
CMYK 0 0.43 0.58 0.10
HSL 15.67º 0.73% 0.64% -
HSV(B) 15.67º 0.58% 0.9% -
XYZ 42.86 33.9 15.35 -
YUV 156.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 230 131 96 0 0.43 0.58 0.10 15.67 0.73 0.64
Hex E6 83 60 0 2B 3A A 10 49 40
Octal 346 203 140 0 53 72 12 20 111 100
Binary 11100110 10000011 1100000 0 101011 111010 1010 10000 1001001 1000000

Color Harmonies of #E68360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68360

Black with #E68360

Text Example


Text Example

White with #E68360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68360; }

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

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

background-color css

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

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

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

border-color css

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

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

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