Html Css Color HEX #E98266 Copper

📋 copy color: '#E98266'

red 233 ◦ green 130 ◦ blue 102

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

Shades of Copper #E98266

Tints of Copper #E98266

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.96%

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

R = 50.11%
G = 27.96%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E98266 (or 0xE98266) is known color: Copper. HEX triplet: E9, 82 and 66. RGB value is (233,130,102). Sum of RGB (Red+Green+Blue) = 233+130+102=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E98266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98266 is #167D99. Grayscale: #9D9D9D. Windows color (decimal): -1473946 or 6718185. OLE color: 6718185.

HSL color Cylindrical-coordinate representation of color #E98266: hue angle of 12.82º 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 #E98266 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 130 102 -
CMYK 0 0.44 0.56 0.09
HSL 12.82º 0.75% 0.66% -
HSV(B) 12.82º 0.56% 0.91% -
XYZ 43.99 34.25 16.86 -
YUV 157.61 96.62 181.78 -
System Red Green Blue C M Y K H S L
Decimal 233 130 102 0 0.44 0.56 0.09 12.82 0.75 0.66
Hex E9 82 66 0 2C 38 9 D 4B 42
Octal 351 202 146 0 54 70 11 15 113 102
Binary 11101001 10000010 1100110 0 101100 111000 1001 1101 1001011 1000010

Color Harmonies of #E98266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98266

Black with #E98266

Text Example


Text Example

White with #E98266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98266; }

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

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

background-color css

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

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

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

border-color css

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

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

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