Html Css Color HEX #EB8F68 Copper

📋 copy color: '#EB8F68'

red 235 ◦ green 143 ◦ blue 104

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

Shades of Copper #EB8F68

Tints of Copper #EB8F68

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.67%

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

R = 48.76%
G = 29.67%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB8F68 (or 0xEB8F68) is known color: Copper. HEX triplet: EB, 8F and 68. RGB value is (235,143,104). Sum of RGB (Red+Green+Blue) = 235+143+104=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8F68 is #147097. Grayscale: #A6A6A6. Windows color (decimal): -1339544 or 6852587. OLE color: 6852587.

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

Color convert

RGB 235 143 104 -
CMYK 0 0.39 0.56 0.08
HSL 17.86º 0.77% 0.66% -
HSV(B) 17.86º 0.56% 0.92% -
XYZ 46.58 38.31 18.04 -
YUV 166.06 92.98 177.17 -
System Red Green Blue C M Y K H S L
Decimal 235 143 104 0 0.39 0.56 0.08 17.86 0.77 0.66
Hex EB 8F 68 0 27 38 8 12 4D 42
Octal 353 217 150 0 47 70 10 22 115 102
Binary 11101011 10001111 1101000 0 100111 111000 1000 10010 1001101 1000010

Color Harmonies of #EB8F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8F68

Black with #EB8F68

Text Example


Text Example

White with #EB8F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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