Html Css Color HEX #EB9063 Copper

📋 copy color: '#EB9063'

red 235 ◦ green 144 ◦ blue 99

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

Shades of Copper #EB9063

Tints of Copper #EB9063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.13%

 BLUE value IS 99 (39.06% from 255) = 20.71%

R = 49.16%
G = 30.13%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EB9063 (or 0xEB9063) is known color: Copper. HEX triplet: EB, 90 and 63. RGB value is (235,144,99). Sum of RGB (Red+Green+Blue) = 235+144+99=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9063 is #146F9C. Grayscale: #A6A6A6. Windows color (decimal): -1339293 or 6525163. OLE color: 6525163.

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

Color convert

RGB 235 144 99 -
CMYK 0 0.39 0.58 0.08
HSL 19.85º 0.77% 0.65% -
HSV(B) 19.85º 0.58% 0.92% -
XYZ 46.49 38.51 16.79 -
YUV 166.08 90.15 177.16 -
System Red Green Blue C M Y K H S L
Decimal 235 144 99 0 0.39 0.58 0.08 19.85 0.77 0.65
Hex EB 90 63 0 27 3A 8 14 4D 41
Octal 353 220 143 0 47 72 10 24 115 101
Binary 11101011 10010000 1100011 0 100111 111010 1000 10100 1001101 1000001

Color Harmonies of #EB9063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9063

Black with #EB9063

Text Example


Text Example

White with #EB9063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9063; }

 p { color: rgb(235,144,99); }

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

background-color css

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

 a { background-color: rgb(235,144,99); }

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

border-color css

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

 span { border-color: rgb(235,144,99); }

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