Html Css Color HEX #E08D64 Copper

📋 copy color: '#E08D64'

red 224 ◦ green 141 ◦ blue 100

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

Shades of Copper #E08D64

Tints of Copper #E08D64

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.32%

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

R = 48.17%
G = 30.32%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E08D64 (or 0xE08D64) is known color: Copper. HEX triplet: E0, 8D and 64. RGB value is (224,141,100). Sum of RGB (Red+Green+Blue) = 224+141+100=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08D64 is #1F729B. Grayscale: #A1A1A1. Windows color (decimal): -2060956 or 6589920. OLE color: 6589920.

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

Color convert

RGB 224 141 100 -
CMYK 0 0.37 0.55 0.12
HSL 19.84º 0.67% 0.64% -
HSV(B) 19.84º 0.55% 0.88% -
XYZ 42.57 35.82 16.73 -
YUV 161.14 93.5 172.83 -
System Red Green Blue C M Y K H S L
Decimal 224 141 100 0 0.37 0.55 0.12 19.84 0.67 0.64
Hex E0 8D 64 0 25 37 C 14 43 40
Octal 340 215 144 0 45 67 14 24 103 100
Binary 11100000 10001101 1100100 0 100101 110111 1100 10100 1000011 1000000

Color Harmonies of #E08D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08D64

Black with #E08D64

Text Example


Text Example

White with #E08D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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