Html Css Color HEX #EB8C6B Copper

📋 copy color: '#EB8C6B'

red 235 ◦ green 140 ◦ blue 107

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

Shades of Copper #EB8C6B

Tints of Copper #EB8C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.2%

R = 48.76%
G = 29.05%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB8C6B (or 0xEB8C6B) is known color: Copper. HEX triplet: EB, 8C and 6B. RGB value is (235,140,107). Sum of RGB (Red+Green+Blue) = 235+140+107=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C6B is #147394. Grayscale: #A4A4A4. Windows color (decimal): -1340309 or 7048427. OLE color: 7048427.

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

Color convert

RGB 235 140 107 -
CMYK 0 0.40 0.54 0.08
HSL 15.47º 0.76% 0.67% -
HSV(B) 15.47º 0.54% 0.92% -
XYZ 46.29 37.48 18.7 -
YUV 164.64 95.47 178.18 -
System Red Green Blue C M Y K H S L
Decimal 235 140 107 0 0.40 0.54 0.08 15.47 0.76 0.67
Hex EB 8C 6B 0 28 36 8 F 4C 43
Octal 353 214 153 0 50 66 10 17 114 103
Binary 11101011 10001100 1101011 0 101000 110110 1000 1111 1001100 1000011

Color Harmonies of #EB8C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C6B

Black with #EB8C6B

Text Example


Text Example

White with #EB8C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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