Html Css Color HEX #E08466 Copper

📋 copy color: '#E08466'

red 224 ◦ green 132 ◦ blue 102

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

Shades of Copper #E08466

Tints of Copper #E08466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.82%

 BLUE value IS 102 (40.23% from 255) = 22.27%

R = 48.91%
G = 28.82%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E08466 (or 0xE08466) is known color: Copper. HEX triplet: E0, 84 and 66. RGB value is (224,132,102). Sum of RGB (Red+Green+Blue) = 224+132+102=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E08466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08466 is #1F7B99. Grayscale: #9C9C9C. Windows color (decimal): -2063258 or 6718688. OLE color: 6718688.

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

Color convert

RGB 224 132 102 -
CMYK 0 0.41 0.54 0.12
HSL 14.75º 0.66% 0.64% -
HSV(B) 14.75º 0.54% 0.88% -
XYZ 41.39 33.31 16.82 -
YUV 156.09 97.48 176.44 -
System Red Green Blue C M Y K H S L
Decimal 224 132 102 0 0.41 0.54 0.12 14.75 0.66 0.64
Hex E0 84 66 0 29 36 C F 42 40
Octal 340 204 146 0 51 66 14 17 102 100
Binary 11100000 10000100 1100110 0 101001 110110 1100 1111 1000010 1000000

Color Harmonies of #E08466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08466

Black with #E08466

Text Example


Text Example

White with #E08466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08466; }

 p { color: rgb(224,132,102); }

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

background-color css

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

 a { background-color: rgb(224,132,102); }

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

border-color css

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

 span { border-color: rgb(224,132,102); }

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