Html Css Color HEX #E38065 Copper

📋 copy color: '#E38065'

red 227 ◦ green 128 ◦ blue 101

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

Shades of Copper #E38065

Tints of Copper #E38065

RGB

 RED value IS 227 (89.06% from 255) = 49.78%

 GREEN value IS 128 (50.39% from 255) = 28.07%

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

R = 49.78%
G = 28.07%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E38065 (or 0xE38065) is known color: Copper. HEX triplet: E3, 80 and 65. RGB value is (227,128,101). Sum of RGB (Red+Green+Blue) = 227+128+101=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E38065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38065 is #1C7F9A. Grayscale: #9A9A9A. Windows color (decimal): -1867675 or 6652131. OLE color: 6652131.

HSL color Cylindrical-coordinate representation of color #E38065: hue angle of 12.86º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E38065 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 128 101 -
CMYK 0 0.44 0.56 0.11
HSL 12.86º 0.69% 0.64% -
HSV(B) 12.86º 0.56% 0.89% -
XYZ 41.75 32.71 16.43 -
YUV 154.52 97.8 179.7 -
System Red Green Blue C M Y K H S L
Decimal 227 128 101 0 0.44 0.56 0.11 12.86 0.69 0.64
Hex E3 80 65 0 2C 38 B D 45 40
Octal 343 200 145 0 54 70 13 15 105 100
Binary 11100011 10000000 1100101 0 101100 111000 1011 1101 1000101 1000000

Color Harmonies of #E38065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38065

Black with #E38065

Text Example


Text Example

White with #E38065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38065; }

 p { color: rgb(227,128,101); }

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

background-color css

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

 a { background-color: rgb(227,128,101); }

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

border-color css

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

 span { border-color: rgb(227,128,101); }

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