Html Css Color HEX #E08067 Copper

📋 copy color: '#E08067'

red 224 ◦ green 128 ◦ blue 103

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

Shades of Copper #E08067

Tints of Copper #E08067

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.13%

 BLUE value IS 103 (40.63% from 255) = 22.64%

R = 49.23%
G = 28.13%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E08067 (or 0xE08067) is known color: Copper. HEX triplet: E0, 80 and 67. RGB value is (224,128,103). Sum of RGB (Red+Green+Blue) = 224+128+103=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E08067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08067 is #1F7F98. Grayscale: #9A9A9A. Windows color (decimal): -2064281 or 6783200. OLE color: 6783200.

HSL color Cylindrical-coordinate representation of color #E08067: hue angle of 12.4º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E08067 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 128 103 -
CMYK 0 0.43 0.54 0.12
HSL 12.4º 0.66% 0.64% -
HSV(B) 12.4º 0.54% 0.88% -
XYZ 40.91 32.26 16.9 -
YUV 153.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 224 128 103 0 0.43 0.54 0.12 12.4 0.66 0.64
Hex E0 80 67 0 2B 36 C C 42 40
Octal 340 200 147 0 53 66 14 14 102 100
Binary 11100000 10000000 1100111 0 101011 110110 1100 1100 1000010 1000000

Color Harmonies of #E08067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08067

Black with #E08067

Text Example


Text Example

White with #E08067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08067; }

 p { color: rgb(224,128,103); }

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

background-color css

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

 a { background-color: rgb(224,128,103); }

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

border-color css

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

 span { border-color: rgb(224,128,103); }

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