Html Css Color HEX #E78868 Copper

📋 copy color: '#E78868'

red 231 ◦ green 136 ◦ blue 104

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

Shades of Copper #E78868

Tints of Copper #E78868

RGB

 RED value IS 231 (90.63% from 255) = 49.04%

 GREEN value IS 136 (53.52% from 255) = 28.87%

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

R = 49.04%
G = 28.87%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E78868 (or 0xE78868) is known color: Copper. HEX triplet: E7, 88 and 68. RGB value is (231,136,104). Sum of RGB (Red+Green+Blue) = 231+136+104=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E78868 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78868 is #187797. Grayscale: #A0A0A0. Windows color (decimal): -1603480 or 6850791. OLE color: 6850791.

HSL color Cylindrical-coordinate representation of color #E78868: hue angle of 15.12º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E78868 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 136 104 -
CMYK 0 0.41 0.55 0.09
HSL 15.12º 0.73% 0.66% -
HSV(B) 15.12º 0.55% 0.91% -
XYZ 44.26 35.6 17.63 -
YUV 160.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 231 136 104 0 0.41 0.55 0.09 15.12 0.73 0.66
Hex E7 88 68 0 29 37 9 F 49 42
Octal 347 210 150 0 51 67 11 17 111 102
Binary 11100111 10001000 1101000 0 101001 110111 1001 1111 1001001 1000010

Color Harmonies of #E78868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78868

Black with #E78868

Text Example


Text Example

White with #E78868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78868; }

 p { color: rgb(231,136,104); }

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

background-color css

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

 a { background-color: rgb(231,136,104); }

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

border-color css

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

 span { border-color: rgb(231,136,104); }

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