Html Css Color HEX #E0986B Copper

📋 copy color: '#E0986B'

red 224 ◦ green 152 ◦ blue 107

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

Shades of Copper #E0986B

Tints of Copper #E0986B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.47%

 BLUE value IS 107 (42.19% from 255) = 22.15%

R = 46.38%
G = 31.47%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0986B (or 0xE0986B) is known color: Copper. HEX triplet: E0, 98 and 6B. RGB value is (224,152,107). Sum of RGB (Red+Green+Blue) = 224+152+107=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0986B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0986B is #1F6794. Grayscale: #A8A8A8. Windows color (decimal): -2058133 or 7051488. OLE color: 7051488.

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

Color convert

RGB 224 152 107 -
CMYK 0 0.32 0.52 0.12
HSL 23.08º 0.65% 0.65% -
HSV(B) 23.08º 0.52% 0.88% -
XYZ 44.62 39.37 19.16 -
YUV 168.4 93.35 167.66 -
System Red Green Blue C M Y K H S L
Decimal 224 152 107 0 0.32 0.52 0.12 23.08 0.65 0.65
Hex E0 98 6B 0 20 34 C 17 41 41
Octal 340 230 153 0 40 64 14 27 101 101
Binary 11100000 10011000 1101011 0 100000 110100 1100 10111 1000001 1000001

Color Harmonies of #E0986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0986B

Black with #E0986B

Text Example


Text Example

White with #E0986B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0986B; }

 p { color: rgb(224,152,107); }

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

background-color css

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

 a { background-color: rgb(224,152,107); }

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

border-color css

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

 span { border-color: rgb(224,152,107); }

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