Html Css Color HEX #E08B6A Copper

📋 copy color: '#E08B6A'

red 224 ◦ green 139 ◦ blue 106

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

Shades of Copper #E08B6A

Tints of Copper #E08B6A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.64%

 BLUE value IS 106 (41.8% from 255) = 22.6%

R = 47.76%
G = 29.64%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E08B6A (or 0xE08B6A) is known color: Copper. HEX triplet: E0, 8B and 6A. RGB value is (224,139,106). Sum of RGB (Red+Green+Blue) = 224+139+106=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08B6A is #1F7495. Grayscale: #A0A0A0. Windows color (decimal): -2061462 or 6982624. OLE color: 6982624.

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

Color convert

RGB 224 139 106 -
CMYK 0 0.38 0.53 0.12
HSL 16.78º 0.66% 0.65% -
HSV(B) 16.78º 0.53% 0.88% -
XYZ 42.57 35.35 18.22 -
YUV 160.65 97.16 173.18 -
System Red Green Blue C M Y K H S L
Decimal 224 139 106 0 0.38 0.53 0.12 16.78 0.66 0.65
Hex E0 8B 6A 0 26 35 C 11 42 41
Octal 340 213 152 0 46 65 14 21 102 101
Binary 11100000 10001011 1101010 0 100110 110101 1100 10001 1000010 1000001

Color Harmonies of #E08B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08B6A

Black with #E08B6A

Text Example


Text Example

White with #E08B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08B6A; }

 p { color: rgb(224,139,106); }

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

background-color css

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

 a { background-color: rgb(224,139,106); }

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

border-color css

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

 span { border-color: rgb(224,139,106); }

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