Html Css Color HEX #E98366 Copper

📋 copy color: '#E98366'

red 233 ◦ green 131 ◦ blue 102

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

Shades of Copper #E98366

Tints of Copper #E98366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.11%

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

R = 50%
G = 28.11%
B = 21.89%

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

#E98366 (or 0xE98366) is known color: Copper. HEX triplet: E9, 83 and 66. RGB value is (233,131,102). Sum of RGB (Red+Green+Blue) = 233+131+102=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E98366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98366 is #167C99. Grayscale: #9E9E9E. Windows color (decimal): -1473690 or 6718441. OLE color: 6718441.

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

Color convert

RGB 233 131 102 -
CMYK 0 0.44 0.56 0.09
HSL 13.28º 0.75% 0.66% -
HSV(B) 13.28º 0.56% 0.91% -
XYZ 44.12 34.52 16.91 -
YUV 158.19 96.29 181.36 -
System Red Green Blue C M Y K H S L
Decimal 233 131 102 0 0.44 0.56 0.09 13.28 0.75 0.66
Hex E9 83 66 0 2C 38 9 D 4B 42
Octal 351 203 146 0 54 70 11 15 113 102
Binary 11101001 10000011 1100110 0 101100 111000 1001 1101 1001011 1000010

Color Harmonies of #E98366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98366

Black with #E98366

Text Example


Text Example

White with #E98366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98366; }

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

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

background-color css

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

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

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

border-color css

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

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

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