Html Css Color HEX #E08E65 Copper

📋 copy color: '#E08E65'

red 224 ◦ green 142 ◦ blue 101

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

Shades of Copper #E08E65

Tints of Copper #E08E65

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.41%

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

R = 47.97%
G = 30.41%
B = 21.63%

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

#E08E65 (or 0xE08E65) is known color: Copper. HEX triplet: E0, 8E and 65. RGB value is (224,142,101). Sum of RGB (Red+Green+Blue) = 224+142+101=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E65 is #1F719A. Grayscale: #A2A2A2. Windows color (decimal): -2060699 or 6655712. OLE color: 6655712.

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

Color convert

RGB 224 142 101 -
CMYK 0 0.37 0.55 0.12
HSL 20º 0.66% 0.64% -
HSV(B) 20º 0.55% 0.88% -
XYZ 42.76 36.13 17.03 -
YUV 161.84 93.67 172.33 -
System Red Green Blue C M Y K H S L
Decimal 224 142 101 0 0.37 0.55 0.12 20 0.66 0.64
Hex E0 8E 65 0 25 37 C 14 42 40
Octal 340 216 145 0 45 67 14 24 102 100
Binary 11100000 10001110 1100101 0 100101 110111 1100 10100 1000010 1000000

Color Harmonies of #E08E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08E65

Black with #E08E65

Text Example


Text Example

White with #E08E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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