Html Css Color HEX #E08F60 Copper

📋 copy color: '#E08F60'

red 224 ◦ green 143 ◦ blue 96

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

Shades of Copper #E08F60

Tints of Copper #E08F60

RGB

 RED value IS 224 (87.89% from 255) = 48.38%

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

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

R = 48.38%
G = 30.89%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E08F60 (or 0xE08F60) is known color: Copper. HEX triplet: E0, 8F and 60. RGB value is (224,143,96). Sum of RGB (Red+Green+Blue) = 224+143+96=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08F60 is #1F709F. Grayscale: #A2A2A2. Windows color (decimal): -2060448 or 6328288. OLE color: 6328288.

HSL color Cylindrical-coordinate representation of color #E08F60: hue angle of 22.03º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E08F60 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 143 96 -
CMYK 0 0.36 0.57 0.12
HSL 22.03º 0.67% 0.63% -
HSV(B) 22.03º 0.57% 0.88% -
XYZ 42.67 36.34 15.83 -
YUV 161.86 90.84 172.32 -
System Red Green Blue C M Y K H S L
Decimal 224 143 96 0 0.36 0.57 0.12 22.03 0.67 0.63
Hex E0 8F 60 0 24 39 C 16 43 3F
Octal 340 217 140 0 44 71 14 26 103 77
Binary 11100000 10001111 1100000 0 100100 111001 1100 10110 1000011 111111

Color Harmonies of #E08F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08F60

Black with #E08F60

Text Example


Text Example

White with #E08F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08F60; }

 p { color: rgb(224,143,96); }

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

background-color css

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

 a { background-color: rgb(224,143,96); }

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

border-color css

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

 span { border-color: rgb(224,143,96); }

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