Html Css Color HEX #E98466 Copper

📋 copy color: '#E98466'

red 233 ◦ green 132 ◦ blue 102

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

Shades of Copper #E98466

Tints of Copper #E98466

RGB

 RED value IS 233 (91.41% from 255) = 49.89%

 GREEN value IS 132 (51.95% from 255) = 28.27%

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

R = 49.89%
G = 28.27%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E98466 (or 0xE98466) is known color: Copper. HEX triplet: E9, 84 and 66. RGB value is (233,132,102). Sum of RGB (Red+Green+Blue) = 233+132+102=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E98466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98466 is #167B99. Grayscale: #9E9E9E. Windows color (decimal): -1473434 or 6718697. OLE color: 6718697.

HSL color Cylindrical-coordinate representation of color #E98466: hue angle of 13.74º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E98466 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 132 102 -
CMYK 0 0.43 0.56 0.09
HSL 13.74º 0.75% 0.66% -
HSV(B) 13.74º 0.56% 0.91% -
XYZ 44.25 34.79 16.95 -
YUV 158.78 95.96 180.94 -
System Red Green Blue C M Y K H S L
Decimal 233 132 102 0 0.43 0.56 0.09 13.74 0.75 0.66
Hex E9 84 66 0 2B 38 9 E 4B 42
Octal 351 204 146 0 53 70 11 16 113 102
Binary 11101001 10000100 1100110 0 101011 111000 1001 1110 1001011 1000010

Color Harmonies of #E98466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98466

Black with #E98466

Text Example


Text Example

White with #E98466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98466; }

 p { color: rgb(233,132,102); }

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

background-color css

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

 a { background-color: rgb(233,132,102); }

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

border-color css

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

 span { border-color: rgb(233,132,102); }

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