Html Css Color HEX #E08064 Copper

📋 copy color: '#E08064'

red 224 ◦ green 128 ◦ blue 100

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

Shades of Copper #E08064

Tints of Copper #E08064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.12%

R = 49.56%
G = 28.32%
B = 22.12%

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

#E08064 (or 0xE08064) is known color: Copper. HEX triplet: E0, 80 and 64. RGB value is (224,128,100). Sum of RGB (Red+Green+Blue) = 224+128+100=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E08064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08064 is #1F7F9B. Grayscale: #999999. Windows color (decimal): -2064284 or 6586592. OLE color: 6586592.

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

Color convert

RGB 224 128 100 -
CMYK 0 0.43 0.55 0.12
HSL 13.55º 0.67% 0.64% -
HSV(B) 13.55º 0.55% 0.88% -
XYZ 40.76 32.21 16.12 -
YUV 153.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 224 128 100 0 0.43 0.55 0.12 13.55 0.67 0.64
Hex E0 80 64 0 2B 37 C E 43 40
Octal 340 200 144 0 53 67 14 16 103 100
Binary 11100000 10000000 1100100 0 101011 110111 1100 1110 1000011 1000000

Color Harmonies of #E08064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08064

Black with #E08064

Text Example


Text Example

White with #E08064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08064; }

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

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

background-color css

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

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

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

border-color css

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

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

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