Html Css Color HEX #EB8C67 Copper

📋 copy color: '#EB8C67'

red 235 ◦ green 140 ◦ blue 103

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

Shades of Copper #EB8C67

Tints of Copper #EB8C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.55%

R = 49.16%
G = 29.29%
B = 21.55%

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

#EB8C67 (or 0xEB8C67) is known color: Copper. HEX triplet: EB, 8C and 67. RGB value is (235,140,103). Sum of RGB (Red+Green+Blue) = 235+140+103=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C67 is #147398. Grayscale: #A4A4A4. Windows color (decimal): -1340313 or 6786283. OLE color: 6786283.

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

Color convert

RGB 235 140 103 -
CMYK 0 0.40 0.56 0.08
HSL 16.82º 0.77% 0.66% -
HSV(B) 16.82º 0.56% 0.92% -
XYZ 46.09 37.4 17.62 -
YUV 164.19 93.47 178.51 -
System Red Green Blue C M Y K H S L
Decimal 235 140 103 0 0.40 0.56 0.08 16.82 0.77 0.66
Hex EB 8C 67 0 28 38 8 11 4D 42
Octal 353 214 147 0 50 70 10 21 115 102
Binary 11101011 10001100 1100111 0 101000 111000 1000 10001 1001101 1000010

Color Harmonies of #EB8C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C67

Black with #EB8C67

Text Example


Text Example

White with #EB8C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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