Html Css Color HEX #E08D65 Copper

📋 copy color: '#E08D65'

red 224 ◦ green 141 ◦ blue 101

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

Shades of Copper #E08D65

Tints of Copper #E08D65

RGB

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

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

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

R = 48.07%
G = 30.26%
B = 21.67%

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

#E08D65 (or 0xE08D65) is known color: Copper. HEX triplet: E0, 8D and 65. RGB value is (224,141,101). Sum of RGB (Red+Green+Blue) = 224+141+101=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08D65 is #1F729A. Grayscale: #A1A1A1. Windows color (decimal): -2060955 or 6655456. OLE color: 6655456.

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

Color convert

RGB 224 141 101 -
CMYK 0 0.37 0.55 0.12
HSL 19.51º 0.66% 0.64% -
HSV(B) 19.51º 0.55% 0.88% -
XYZ 42.61 35.84 16.98 -
YUV 161.26 94 172.75 -
System Red Green Blue C M Y K H S L
Decimal 224 141 101 0 0.37 0.55 0.12 19.51 0.66 0.64
Hex E0 8D 65 0 25 37 C 14 42 40
Octal 340 215 145 0 45 67 14 24 102 100
Binary 11100000 10001101 1100101 0 100101 110111 1100 10100 1000010 1000000

Color Harmonies of #E08D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08D65

Black with #E08D65

Text Example


Text Example

White with #E08D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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