Html Css Color HEX #E08969 Copper

📋 copy color: '#E08969'

red 224 ◦ green 137 ◦ blue 105

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

Shades of Copper #E08969

Tints of Copper #E08969

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.4%

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

R = 48.07%
G = 29.4%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E08969 (or 0xE08969) is known color: Copper. HEX triplet: E0, 89 and 69. RGB value is (224,137,105). Sum of RGB (Red+Green+Blue) = 224+137+105=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E08969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08969 is #1F7696. Grayscale: #9F9F9F. Windows color (decimal): -2061975 or 6916576. OLE color: 6916576.

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

Color convert

RGB 224 137 105 -
CMYK 0 0.39 0.53 0.12
HSL 16.13º 0.66% 0.65% -
HSV(B) 16.13º 0.53% 0.88% -
XYZ 42.24 34.76 17.85 -
YUV 159.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 224 137 105 0 0.39 0.53 0.12 16.13 0.66 0.65
Hex E0 89 69 0 27 35 C 10 42 41
Octal 340 211 151 0 47 65 14 20 102 101
Binary 11100000 10001001 1101001 0 100111 110101 1100 10000 1000010 1000001

Color Harmonies of #E08969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08969

Black with #E08969

Text Example


Text Example

White with #E08969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08969; }

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

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

background-color css

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

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

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

border-color css

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

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

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