Html Css Color HEX #E99465 Copper

📋 copy color: '#E99465'

red 233 ◦ green 148 ◦ blue 101

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

Shades of Copper #E99465

Tints of Copper #E99465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.71%

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

R = 48.34%
G = 30.71%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E99465 (or 0xE99465) is known color: Copper. HEX triplet: E9, 94 and 65. RGB value is (233,148,101). Sum of RGB (Red+Green+Blue) = 233+148+101=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E99465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99465 is #166B9A. Grayscale: #A8A8A8. Windows color (decimal): -1469339 or 6657257. OLE color: 6657257.

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

Color convert

RGB 233 148 101 -
CMYK 0 0.36 0.57 0.09
HSL 21.36º 0.75% 0.65% -
HSV(B) 21.36º 0.57% 0.91% -
XYZ 46.54 39.44 17.47 -
YUV 168.06 90.16 174.32 -
System Red Green Blue C M Y K H S L
Decimal 233 148 101 0 0.36 0.57 0.09 21.36 0.75 0.65
Hex E9 94 65 0 24 39 9 15 4B 41
Octal 351 224 145 0 44 71 11 25 113 101
Binary 11101001 10010100 1100101 0 100100 111001 1001 10101 1001011 1000001

Color Harmonies of #E99465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99465

Black with #E99465

Text Example


Text Example

White with #E99465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99465; }

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

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

background-color css

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

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

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

border-color css

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

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

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