Html Css Color HEX #E99264 Copper

📋 copy color: '#E99264'

red 233 ◦ green 146 ◦ blue 100

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

Shades of Copper #E99264

Tints of Copper #E99264

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.48%

 BLUE value IS 100 (39.45% from 255) = 20.88%

R = 48.64%
G = 30.48%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E99264 (or 0xE99264) is known color: Copper. HEX triplet: E9, 92 and 64. RGB value is (233,146,100). Sum of RGB (Red+Green+Blue) = 233+146+100=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E99264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99264 is #166D9B. Grayscale: #A7A7A7. Windows color (decimal): -1469852 or 6591209. OLE color: 6591209.

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

Color convert

RGB 233 146 100 -
CMYK 0 0.37 0.57 0.09
HSL 20.75º 0.75% 0.65% -
HSV(B) 20.75º 0.57% 0.91% -
XYZ 46.18 38.8 17.11 -
YUV 166.77 90.32 175.24 -
System Red Green Blue C M Y K H S L
Decimal 233 146 100 0 0.37 0.57 0.09 20.75 0.75 0.65
Hex E9 92 64 0 25 39 9 15 4B 41
Octal 351 222 144 0 45 71 11 25 113 101
Binary 11101001 10010010 1100100 0 100101 111001 1001 10101 1001011 1000001

Color Harmonies of #E99264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99264

Black with #E99264

Text Example


Text Example

White with #E99264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99264; }

 p { color: rgb(233,146,100); }

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

background-color css

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

 a { background-color: rgb(233,146,100); }

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

border-color css

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

 span { border-color: rgb(233,146,100); }

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