Html Css Color HEX #E08566 Copper

📋 copy color: '#E08566'

red 224 ◦ green 133 ◦ blue 102

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

Shades of Copper #E08566

Tints of Copper #E08566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.98%

 BLUE value IS 102 (40.23% from 255) = 22.22%

R = 48.8%
G = 28.98%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E08566 (or 0xE08566) is known color: Copper. HEX triplet: E0, 85 and 66. RGB value is (224,133,102). Sum of RGB (Red+Green+Blue) = 224+133+102=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E08566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08566 is #1F7A99. Grayscale: #9C9C9C. Windows color (decimal): -2063002 or 6718944. OLE color: 6718944.

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

Color convert

RGB 224 133 102 -
CMYK 0 0.41 0.54 0.12
HSL 15.25º 0.66% 0.64% -
HSV(B) 15.25º 0.54% 0.88% -
XYZ 41.53 33.58 16.86 -
YUV 156.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 224 133 102 0 0.41 0.54 0.12 15.25 0.66 0.64
Hex E0 85 66 0 29 36 C F 42 40
Octal 340 205 146 0 51 66 14 17 102 100
Binary 11100000 10000101 1100110 0 101001 110110 1100 1111 1000010 1000000

Color Harmonies of #E08566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08566

Black with #E08566

Text Example


Text Example

White with #E08566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08566; }

 p { color: rgb(224,133,102); }

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

background-color css

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

 a { background-color: rgb(224,133,102); }

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

border-color css

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

 span { border-color: rgb(224,133,102); }

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