Html Css Color HEX #E08865 Copper

📋 copy color: '#E08865'

red 224 ◦ green 136 ◦ blue 101

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

Shades of Copper #E08865

Tints of Copper #E08865

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.5%

 BLUE value IS 101 (39.84% from 255) = 21.91%

R = 48.59%
G = 29.5%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E08865 (or 0xE08865) is known color: Copper. HEX triplet: E0, 88 and 65. RGB value is (224,136,101). Sum of RGB (Red+Green+Blue) = 224+136+101=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E08865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08865 is #1F779A. Grayscale: #9E9E9E. Windows color (decimal): -2062235 or 6654176. OLE color: 6654176.

HSL color Cylindrical-coordinate representation of color #E08865: hue angle of 17.07º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E08865 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 136 101 -
CMYK 0 0.39 0.55 0.12
HSL 17.07º 0.66% 0.64% -
HSV(B) 17.07º 0.55% 0.88% -
XYZ 41.89 34.4 16.74 -
YUV 158.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 224 136 101 0 0.39 0.55 0.12 17.07 0.66 0.64
Hex E0 88 65 0 27 37 C 11 42 40
Octal 340 210 145 0 47 67 14 21 102 100
Binary 11100000 10001000 1100101 0 100111 110111 1100 10001 1000010 1000000

Color Harmonies of #E08865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08865

Black with #E08865

Text Example


Text Example

White with #E08865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08865; }

 p { color: rgb(224,136,101); }

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

background-color css

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

 a { background-color: rgb(224,136,101); }

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

border-color css

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

 span { border-color: rgb(224,136,101); }

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