Html Css Color HEX #EB8E64 Copper

📋 copy color: '#EB8E64'

red 235 ◦ green 142 ◦ blue 100

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

Shades of Copper #EB8E64

Tints of Copper #EB8E64

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.77%

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

R = 49.27%
G = 29.77%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB8E64 (or 0xEB8E64) is known color: Copper. HEX triplet: EB, 8E and 64. RGB value is (235,142,100). Sum of RGB (Red+Green+Blue) = 235+142+100=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8E64 is #14719B. Grayscale: #A5A5A5. Windows color (decimal): -1339804 or 6590187. OLE color: 6590187.

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

Color convert

RGB 235 142 100 -
CMYK 0 0.40 0.57 0.08
HSL 18.67º 0.77% 0.66% -
HSV(B) 18.67º 0.57% 0.92% -
XYZ 46.23 37.93 16.94 -
YUV 165.02 91.31 177.92 -
System Red Green Blue C M Y K H S L
Decimal 235 142 100 0 0.40 0.57 0.08 18.67 0.77 0.66
Hex EB 8E 64 0 28 39 8 13 4D 42
Octal 353 216 144 0 50 71 10 23 115 102
Binary 11101011 10001110 1100100 0 101000 111001 1000 10011 1001101 1000010

Color Harmonies of #EB8E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8E64

Black with #EB8E64

Text Example


Text Example

White with #EB8E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8E64; }

 p { color: rgb(235,142,100); }

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

background-color css

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

 a { background-color: rgb(235,142,100); }

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

border-color css

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

 span { border-color: rgb(235,142,100); }

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