Html Css Color HEX #E98265 Copper

📋 copy color: '#E98265'

red 233 ◦ green 130 ◦ blue 101

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

Shades of Copper #E98265

Tints of Copper #E98265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.77%

R = 50.22%
G = 28.02%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E98265 (or 0xE98265) is known color: Copper. HEX triplet: E9, 82 and 65. RGB value is (233,130,101). Sum of RGB (Red+Green+Blue) = 233+130+101=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E98265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98265 is #167D9A. Grayscale: #9D9D9D. Windows color (decimal): -1473947 or 6652649. OLE color: 6652649.

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

Color convert

RGB 233 130 101 -
CMYK 0 0.44 0.57 0.09
HSL 13.18º 0.75% 0.65% -
HSV(B) 13.18º 0.57% 0.91% -
XYZ 43.94 34.23 16.6 -
YUV 157.49 96.12 181.86 -
System Red Green Blue C M Y K H S L
Decimal 233 130 101 0 0.44 0.57 0.09 13.18 0.75 0.65
Hex E9 82 65 0 2C 39 9 D 4B 41
Octal 351 202 145 0 54 71 11 15 113 101
Binary 11101001 10000010 1100101 0 101100 111001 1001 1101 1001011 1000001

Color Harmonies of #E98265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98265

Black with #E98265

Text Example


Text Example

White with #E98265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98265; }

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

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

background-color css

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

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

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

border-color css

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

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

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