Html Css Color HEX #E98F60 Copper

📋 copy color: '#E98F60'

red 233 ◦ green 143 ◦ blue 96

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

Shades of Copper #E98F60

Tints of Copper #E98F60

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.3%

 BLUE value IS 96 (37.89% from 255) = 20.34%

R = 49.36%
G = 30.3%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E98F60 (or 0xE98F60) is known color: Copper. HEX triplet: E9, 8F and 60. RGB value is (233,143,96). Sum of RGB (Red+Green+Blue) = 233+143+96=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E98F60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98F60 is #16709F. Grayscale: #A4A4A4. Windows color (decimal): -1470624 or 6328297. OLE color: 6328297.

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

Color convert

RGB 233 143 96 -
CMYK 0 0.39 0.59 0.09
HSL 20.58º 0.76% 0.65% -
HSV(B) 20.58º 0.59% 0.91% -
XYZ 45.54 37.81 15.96 -
YUV 164.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 233 143 96 0 0.39 0.59 0.09 20.58 0.76 0.65
Hex E9 8F 60 0 27 3B 9 15 4C 41
Octal 351 217 140 0 47 73 11 25 114 101
Binary 11101001 10001111 1100000 0 100111 111011 1001 10101 1001100 1000001

Color Harmonies of #E98F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98F60

Black with #E98F60

Text Example


Text Example

White with #E98F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98F60; }

 p { color: rgb(233,143,96); }

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

background-color css

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

 a { background-color: rgb(233,143,96); }

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

border-color css

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

 span { border-color: rgb(233,143,96); }

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