Html Css Color HEX #EB9465 Copper

📋 copy color: '#EB9465'

red 235 ◦ green 148 ◦ blue 101

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

Shades of Copper #EB9465

Tints of Copper #EB9465

RGB

 RED value IS 235 (92.19% from 255) = 48.55%

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

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

R = 48.55%
G = 30.58%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB9465 (or 0xEB9465) is known color: Copper. HEX triplet: EB, 94 and 65. RGB value is (235,148,101). Sum of RGB (Red+Green+Blue) = 235+148+101=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9465 is #146B9A. Grayscale: #A8A8A8. Windows color (decimal): -1338267 or 6657259. OLE color: 6657259.

HSL color Cylindrical-coordinate representation of color #EB9465: hue angle of 21.04º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB9465 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 148 101 -
CMYK 0 0.37 0.57 0.08
HSL 21.04º 0.77% 0.66% -
HSV(B) 21.04º 0.57% 0.92% -
XYZ 47.2 39.78 17.5 -
YUV 168.66 89.82 175.32 -
System Red Green Blue C M Y K H S L
Decimal 235 148 101 0 0.37 0.57 0.08 21.04 0.77 0.66
Hex EB 94 65 0 25 39 8 15 4D 42
Octal 353 224 145 0 45 71 10 25 115 102
Binary 11101011 10010100 1100101 0 100101 111001 1000 10101 1001101 1000010

Color Harmonies of #EB9465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9465

Black with #EB9465

Text Example


Text Example

White with #EB9465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9465; }

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

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

background-color css

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

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

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

border-color css

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

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

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