Html Css Color HEX #E08261 Copper

📋 copy color: '#E08261'

red 224 ◦ green 130 ◦ blue 97

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

Shades of Copper #E08261

Tints of Copper #E08261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.51%

R = 49.67%
G = 28.82%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E08261 (or 0xE08261) is known color: Copper. HEX triplet: E0, 82 and 61. RGB value is (224,130,97). Sum of RGB (Red+Green+Blue) = 224+130+97=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E08261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08261 is #1F7D9E. Grayscale: #9A9A9A. Windows color (decimal): -2063775 or 6390496. OLE color: 6390496.

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

Color convert

RGB 224 130 97 -
CMYK 0 0.42 0.57 0.12
HSL 15.59º 0.67% 0.63% -
HSV(B) 15.59º 0.57% 0.88% -
XYZ 40.88 32.68 15.46 -
YUV 154.34 95.64 177.68 -
System Red Green Blue C M Y K H S L
Decimal 224 130 97 0 0.42 0.57 0.12 15.59 0.67 0.63
Hex E0 82 61 0 2A 39 C 10 43 3F
Octal 340 202 141 0 52 71 14 20 103 77
Binary 11100000 10000010 1100001 0 101010 111001 1100 10000 1000011 111111

Color Harmonies of #E08261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08261

Black with #E08261

Text Example


Text Example

White with #E08261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08261; }

 p { color: rgb(224,130,97); }

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

background-color css

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

 a { background-color: rgb(224,130,97); }

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

border-color css

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

 span { border-color: rgb(224,130,97); }

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