Html Css Color HEX #E98262 Copper

📋 copy color: '#E98262'

red 233 ◦ green 130 ◦ blue 98

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

Shades of Copper #E98262

Tints of Copper #E98262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.26%

R = 50.54%
G = 28.2%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E98262 (or 0xE98262) is known color: Copper. HEX triplet: E9, 82 and 62. RGB value is (233,130,98). Sum of RGB (Red+Green+Blue) = 233+130+98=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E98262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98262 is #167D9D. Grayscale: #9D9D9D. Windows color (decimal): -1473950 or 6456041. OLE color: 6456041.

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

Color convert

RGB 233 130 98 -
CMYK 0 0.44 0.58 0.09
HSL 14.22º 0.75% 0.65% -
HSV(B) 14.22º 0.58% 0.91% -
XYZ 43.79 34.17 15.84 -
YUV 157.15 94.62 182.1 -
System Red Green Blue C M Y K H S L
Decimal 233 130 98 0 0.44 0.58 0.09 14.22 0.75 0.65
Hex E9 82 62 0 2C 3A 9 E 4B 41
Octal 351 202 142 0 54 72 11 16 113 101
Binary 11101001 10000010 1100010 0 101100 111010 1001 1110 1001011 1000001

Color Harmonies of #E98262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98262

Black with #E98262

Text Example


Text Example

White with #E98262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98262; }

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

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

background-color css

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

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

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

border-color css

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

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

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