Html Css Color HEX #EB8E68 Copper

📋 copy color: '#EB8E68'

red 235 ◦ green 142 ◦ blue 104

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

Shades of Copper #EB8E68

Tints of Copper #EB8E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.62%

R = 48.86%
G = 29.52%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB8E68 (or 0xEB8E68) is known color: Copper. HEX triplet: EB, 8E and 68. RGB value is (235,142,104). Sum of RGB (Red+Green+Blue) = 235+142+104=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8E68 is #147197. Grayscale: #A5A5A5. Windows color (decimal): -1339800 or 6852331. OLE color: 6852331.

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

Color convert

RGB 235 142 104 -
CMYK 0 0.40 0.56 0.08
HSL 17.4º 0.77% 0.66% -
HSV(B) 17.4º 0.56% 0.92% -
XYZ 46.43 38.01 17.99 -
YUV 165.48 93.31 177.59 -
System Red Green Blue C M Y K H S L
Decimal 235 142 104 0 0.40 0.56 0.08 17.4 0.77 0.66
Hex EB 8E 68 0 28 38 8 11 4D 42
Octal 353 216 150 0 50 70 10 21 115 102
Binary 11101011 10001110 1101000 0 101000 111000 1000 10001 1001101 1000010

Color Harmonies of #EB8E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8E68

Black with #EB8E68

Text Example


Text Example

White with #EB8E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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