Html Css Color HEX #E08065 Copper

📋 copy color: '#E08065'

red 224 ◦ green 128 ◦ blue 101

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

Shades of Copper #E08065

Tints of Copper #E08065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.26%

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

R = 49.45%
G = 28.26%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E08065 (or 0xE08065) is known color: Copper. HEX triplet: E0, 80 and 65. RGB value is (224,128,101). Sum of RGB (Red+Green+Blue) = 224+128+101=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E08065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08065 is #1F7F9A. Grayscale: #999999. Windows color (decimal): -2064283 or 6652128. OLE color: 6652128.

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

Color convert

RGB 224 128 101 -
CMYK 0 0.43 0.55 0.12
HSL 13.17º 0.66% 0.64% -
HSV(B) 13.17º 0.55% 0.88% -
XYZ 40.81 32.23 16.38 -
YUV 153.63 98.3 178.2 -
System Red Green Blue C M Y K H S L
Decimal 224 128 101 0 0.43 0.55 0.12 13.17 0.66 0.64
Hex E0 80 65 0 2B 37 C D 42 40
Octal 340 200 145 0 53 67 14 15 102 100
Binary 11100000 10000000 1100101 0 101011 110111 1100 1101 1000010 1000000

Color Harmonies of #E08065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08065

Black with #E08065

Text Example


Text Example

White with #E08065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08065; }

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

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

background-color css

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

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

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

border-color css

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

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

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