Html Css Color HEX #E08C65 Copper

📋 copy color: '#E08C65'

red 224 ◦ green 140 ◦ blue 101

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

Shades of Copper #E08C65

Tints of Copper #E08C65

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.11%

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

R = 48.17%
G = 30.11%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E08C65 (or 0xE08C65) is known color: Copper. HEX triplet: E0, 8C and 65. RGB value is (224,140,101). Sum of RGB (Red+Green+Blue) = 224+140+101=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08C65 is #1F739A. Grayscale: #A0A0A0. Windows color (decimal): -2061211 or 6655200. OLE color: 6655200.

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

Color convert

RGB 224 140 101 -
CMYK 0 0.38 0.55 0.12
HSL 19.02º 0.66% 0.64% -
HSV(B) 19.02º 0.55% 0.88% -
XYZ 42.47 35.54 16.93 -
YUV 160.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 224 140 101 0 0.38 0.55 0.12 19.02 0.66 0.64
Hex E0 8C 65 0 26 37 C 13 42 40
Octal 340 214 145 0 46 67 14 23 102 100
Binary 11100000 10001100 1100101 0 100110 110111 1100 10011 1000010 1000000

Color Harmonies of #E08C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C65

Black with #E08C65

Text Example


Text Example

White with #E08C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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