Html Css Color HEX #EB8C65 Copper

📋 copy color: '#EB8C65'

red 235 ◦ green 140 ◦ blue 101

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

Shades of Copper #EB8C65

Tints of Copper #EB8C65

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.41%

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

R = 49.37%
G = 29.41%
B = 21.22%

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

#EB8C65 (or 0xEB8C65) is known color: Copper. HEX triplet: EB, 8C and 65. RGB value is (235,140,101). Sum of RGB (Red+Green+Blue) = 235+140+101=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C65 is #14739A. Grayscale: #A4A4A4. Windows color (decimal): -1340315 or 6655211. OLE color: 6655211.

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

Color convert

RGB 235 140 101 -
CMYK 0 0.40 0.57 0.08
HSL 17.46º 0.77% 0.66% -
HSV(B) 17.46º 0.57% 0.92% -
XYZ 45.99 37.36 17.1 -
YUV 163.96 92.47 178.67 -
System Red Green Blue C M Y K H S L
Decimal 235 140 101 0 0.40 0.57 0.08 17.46 0.77 0.66
Hex EB 8C 65 0 28 39 8 11 4D 42
Octal 353 214 145 0 50 71 10 21 115 102
Binary 11101011 10001100 1100101 0 101000 111001 1000 10001 1001101 1000010

Color Harmonies of #EB8C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C65

Black with #EB8C65

Text Example


Text Example

White with #EB8C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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