Html Css Color HEX #E08665 Copper

📋 copy color: '#E08665'

red 224 ◦ green 134 ◦ blue 101

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

Shades of Copper #E08665

Tints of Copper #E08665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.19%

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

R = 48.8%
G = 29.19%
B = 22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E08665 (or 0xE08665) is known color: Copper. HEX triplet: E0, 86 and 65. RGB value is (224,134,101). Sum of RGB (Red+Green+Blue) = 224+134+101=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E08665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08665 is #1F799A. Grayscale: #9D9D9D. Windows color (decimal): -2062747 or 6653664. OLE color: 6653664.

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

Color convert

RGB 224 134 101 -
CMYK 0 0.40 0.55 0.12
HSL 16.1º 0.66% 0.64% -
HSV(B) 16.1º 0.55% 0.88% -
XYZ 41.61 33.84 16.65 -
YUV 157.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 224 134 101 0 0.40 0.55 0.12 16.1 0.66 0.64
Hex E0 86 65 0 28 37 C 10 42 40
Octal 340 206 145 0 50 67 14 20 102 100
Binary 11100000 10000110 1100101 0 101000 110111 1100 10000 1000010 1000000

Color Harmonies of #E08665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08665

Black with #E08665

Text Example


Text Example

White with #E08665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08665; }

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

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

background-color css

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

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

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

border-color css

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

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

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