Html Css Color HEX #E08961 Copper

📋 copy color: '#E08961'

red 224 ◦ green 137 ◦ blue 97

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

Shades of Copper #E08961

Tints of Copper #E08961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.91%

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

R = 48.91%
G = 29.91%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E08961 (or 0xE08961) is known color: Copper. HEX triplet: E0, 89 and 61. RGB value is (224,137,97). Sum of RGB (Red+Green+Blue) = 224+137+97=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E08961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08961 is #1F769E. Grayscale: #9E9E9E. Windows color (decimal): -2061983 or 6392288. OLE color: 6392288.

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

Color convert

RGB 224 137 97 -
CMYK 0 0.39 0.57 0.12
HSL 18.9º 0.67% 0.63% -
HSV(B) 18.9º 0.57% 0.88% -
XYZ 41.84 34.6 15.78 -
YUV 158.45 93.32 174.75 -
System Red Green Blue C M Y K H S L
Decimal 224 137 97 0 0.39 0.57 0.12 18.9 0.67 0.63
Hex E0 89 61 0 27 39 C 13 43 3F
Octal 340 211 141 0 47 71 14 23 103 77
Binary 11100000 10001001 1100001 0 100111 111001 1100 10011 1000011 111111

Color Harmonies of #E08961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08961

Black with #E08961

Text Example


Text Example

White with #E08961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08961; }

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

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

background-color css

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

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

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

border-color css

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

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

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