Html Css Color HEX #E08264 Copper

📋 copy color: '#E08264'

red 224 ◦ green 130 ◦ blue 100

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

Shades of Copper #E08264

Tints of Copper #E08264

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.63%

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

R = 49.34%
G = 28.63%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E08264 (or 0xE08264) is known color: Copper. HEX triplet: E0, 82 and 64. RGB value is (224,130,100). Sum of RGB (Red+Green+Blue) = 224+130+100=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E08264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08264 is #1F7D9B. Grayscale: #9A9A9A. Windows color (decimal): -2063772 or 6587104. OLE color: 6587104.

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

Color convert

RGB 224 130 100 -
CMYK 0 0.42 0.55 0.12
HSL 14.52º 0.67% 0.64% -
HSV(B) 14.52º 0.55% 0.88% -
XYZ 41.02 32.73 16.21 -
YUV 154.69 97.14 177.44 -
System Red Green Blue C M Y K H S L
Decimal 224 130 100 0 0.42 0.55 0.12 14.52 0.67 0.64
Hex E0 82 64 0 2A 37 C F 43 40
Octal 340 202 144 0 52 67 14 17 103 100
Binary 11100000 10000010 1100100 0 101010 110111 1100 1111 1000011 1000000

Color Harmonies of #E08264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08264

Black with #E08264

Text Example


Text Example

White with #E08264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08264; }

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

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

background-color css

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

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

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

border-color css

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

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

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