Html Css Color HEX #E08461 Copper

📋 copy color: '#E08461'

red 224 ◦ green 132 ◦ blue 97

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

Shades of Copper #E08461

Tints of Copper #E08461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.14%

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

R = 49.45%
G = 29.14%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E08461 (or 0xE08461) is known color: Copper. HEX triplet: E0, 84 and 61. RGB value is (224,132,97). Sum of RGB (Red+Green+Blue) = 224+132+97=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E08461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08461 is #1F7B9E. Grayscale: #9B9B9B. Windows color (decimal): -2063263 or 6391008. OLE color: 6391008.

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

Color convert

RGB 224 132 97 -
CMYK 0 0.41 0.57 0.12
HSL 16.54º 0.67% 0.63% -
HSV(B) 16.54º 0.57% 0.88% -
XYZ 41.15 33.21 15.55 -
YUV 155.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 224 132 97 0 0.41 0.57 0.12 16.54 0.67 0.63
Hex E0 84 61 0 29 39 C 11 43 3F
Octal 340 204 141 0 51 71 14 21 103 77
Binary 11100000 10000100 1100001 0 101001 111001 1100 10001 1000011 111111

Color Harmonies of #E08461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08461

Black with #E08461

Text Example


Text Example

White with #E08461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08461; }

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

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

background-color css

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

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

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

border-color css

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

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

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