Html Css Color HEX #E08B65 Copper

📋 copy color: '#E08B65'

red 224 ◦ green 139 ◦ blue 101

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

Shades of Copper #E08B65

Tints of Copper #E08B65

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.96%

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

R = 48.28%
G = 29.96%
B = 21.77%

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

#E08B65 (or 0xE08B65) is known color: Copper. HEX triplet: E0, 8B and 65. RGB value is (224,139,101). Sum of RGB (Red+Green+Blue) = 224+139+101=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08B65 is #1F749A. Grayscale: #A0A0A0. Windows color (decimal): -2061467 or 6654944. OLE color: 6654944.

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

Color convert

RGB 224 139 101 -
CMYK 0 0.38 0.55 0.12
HSL 18.54º 0.66% 0.64% -
HSV(B) 18.54º 0.55% 0.88% -
XYZ 42.32 35.25 16.89 -
YUV 160.08 94.66 173.59 -
System Red Green Blue C M Y K H S L
Decimal 224 139 101 0 0.38 0.55 0.12 18.54 0.66 0.64
Hex E0 8B 65 0 26 37 C 13 42 40
Octal 340 213 145 0 46 67 14 23 102 100
Binary 11100000 10001011 1100101 0 100110 110111 1100 10011 1000010 1000000

Color Harmonies of #E08B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08B65

Black with #E08B65

Text Example


Text Example

White with #E08B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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