Html Css Color HEX #E08669 Copper

📋 copy color: '#E08669'

red 224 ◦ green 134 ◦ blue 105

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

Shades of Copper #E08669

Tints of Copper #E08669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.68%

R = 48.38%
G = 28.94%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E08669 (or 0xE08669) is known color: Copper. HEX triplet: E0, 86 and 69. RGB value is (224,134,105). Sum of RGB (Red+Green+Blue) = 224+134+105=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E08669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08669 is #1F7996. Grayscale: #9D9D9D. Windows color (decimal): -2062743 or 6915808. OLE color: 6915808.

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

Color convert

RGB 224 134 105 -
CMYK 0 0.40 0.53 0.12
HSL 14.62º 0.66% 0.65% -
HSV(B) 14.62º 0.53% 0.88% -
XYZ 41.82 33.92 17.71 -
YUV 157.6 98.32 175.36 -
System Red Green Blue C M Y K H S L
Decimal 224 134 105 0 0.40 0.53 0.12 14.62 0.66 0.65
Hex E0 86 69 0 28 35 C F 42 41
Octal 340 206 151 0 50 65 14 17 102 101
Binary 11100000 10000110 1101001 0 101000 110101 1100 1111 1000010 1000001

Color Harmonies of #E08669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08669

Black with #E08669

Text Example


Text Example

White with #E08669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08669; }

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

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

background-color css

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

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

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

border-color css

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

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

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