Html Css Color HEX #E08063 Copper

📋 copy color: '#E08063'

red 224 ◦ green 128 ◦ blue 99

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

Shades of Copper #E08063

Tints of Copper #E08063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.95%

R = 49.67%
G = 28.38%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E08063 (or 0xE08063) is known color: Copper. HEX triplet: E0, 80 and 63. RGB value is (224,128,99). Sum of RGB (Red+Green+Blue) = 224+128+99=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E08063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08063 is #1F7F9C. Grayscale: #999999. Windows color (decimal): -2064285 or 6521056. OLE color: 6521056.

HSL color Cylindrical-coordinate representation of color #E08063: hue angle of 13.92º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E08063 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 128 99 -
CMYK 0 0.43 0.56 0.12
HSL 13.92º 0.67% 0.63% -
HSV(B) 13.92º 0.56% 0.88% -
XYZ 40.71 32.19 15.87 -
YUV 153.4 97.3 178.36 -
System Red Green Blue C M Y K H S L
Decimal 224 128 99 0 0.43 0.56 0.12 13.92 0.67 0.63
Hex E0 80 63 0 2B 38 C E 43 3F
Octal 340 200 143 0 53 70 14 16 103 77
Binary 11100000 10000000 1100011 0 101011 111000 1100 1110 1000011 111111

Color Harmonies of #E08063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08063

Black with #E08063

Text Example


Text Example

White with #E08063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08063; }

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

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

background-color css

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

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

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

border-color css

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

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

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