Html Css Color HEX #E98261 Copper

📋 copy color: '#E98261'

red 233 ◦ green 130 ◦ blue 97

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

Shades of Copper #E98261

Tints of Copper #E98261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.09%

R = 50.65%
G = 28.26%
B = 21.09%

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

#E98261 (or 0xE98261) is known color: Copper. HEX triplet: E9, 82 and 61. RGB value is (233,130,97). Sum of RGB (Red+Green+Blue) = 233+130+97=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E98261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98261 is #167D9E. Grayscale: #9D9D9D. Windows color (decimal): -1473951 or 6390505. OLE color: 6390505.

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

Color convert

RGB 233 130 97 -
CMYK 0 0.44 0.58 0.09
HSL 14.56º 0.76% 0.65% -
HSV(B) 14.56º 0.58% 0.91% -
XYZ 43.74 34.15 15.6 -
YUV 157.04 94.12 182.18 -
System Red Green Blue C M Y K H S L
Decimal 233 130 97 0 0.44 0.58 0.09 14.56 0.76 0.65
Hex E9 82 61 0 2C 3A 9 F 4C 41
Octal 351 202 141 0 54 72 11 17 114 101
Binary 11101001 10000010 1100001 0 101100 111010 1001 1111 1001100 1000001

Color Harmonies of #E98261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98261

Black with #E98261

Text Example


Text Example

White with #E98261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98261; }

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

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

background-color css

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

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

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

border-color css

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

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

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