Html Css Color HEX #E08366 Copper

📋 copy color: '#E08366'

red 224 ◦ green 131 ◦ blue 102

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

Shades of Copper #E08366

Tints of Copper #E08366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.67%

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

R = 49.02%
G = 28.67%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E08366 (or 0xE08366) is known color: Copper. HEX triplet: E0, 83 and 66. RGB value is (224,131,102). Sum of RGB (Red+Green+Blue) = 224+131+102=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E08366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08366 is #1F7C99. Grayscale: #9B9B9B. Windows color (decimal): -2063514 or 6718432. OLE color: 6718432.

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

Color convert

RGB 224 131 102 -
CMYK 0 0.42 0.54 0.12
HSL 14.26º 0.66% 0.64% -
HSV(B) 14.26º 0.54% 0.88% -
XYZ 41.26 33.04 16.77 -
YUV 155.5 97.81 176.86 -
System Red Green Blue C M Y K H S L
Decimal 224 131 102 0 0.42 0.54 0.12 14.26 0.66 0.64
Hex E0 83 66 0 2A 36 C E 42 40
Octal 340 203 146 0 52 66 14 16 102 100
Binary 11100000 10000011 1100110 0 101010 110110 1100 1110 1000010 1000000

Color Harmonies of #E08366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08366

Black with #E08366

Text Example


Text Example

White with #E08366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08366; }

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

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

background-color css

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

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

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

border-color css

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

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

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