Html Css Color HEX #E27F65 Copper

📋 copy color: '#E27F65'

red 226 ◦ green 127 ◦ blue 101

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

Shades of Copper #E27F65

Tints of Copper #E27F65

RGB

 RED value IS 226 (88.67% from 255) = 49.78%

 GREEN value IS 127 (50% from 255) = 27.97%

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

R = 49.78%
G = 27.97%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E27F65 (or 0xE27F65) is known color: Copper. HEX triplet: E2, 7F and 65. RGB value is (226,127,101). Sum of RGB (Red+Green+Blue) = 226+127+101=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27F65 is #1D809A. Grayscale: #999999. Windows color (decimal): -1933467 or 6651874. OLE color: 6651874.

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

Color convert

RGB 226 127 101 -
CMYK 0 0.44 0.55 0.11
HSL 12.48º 0.68% 0.64% -
HSV(B) 12.48º 0.55% 0.89% -
XYZ 41.3 32.29 16.37 -
YUV 153.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 226 127 101 0 0.44 0.55 0.11 12.48 0.68 0.64
Hex E2 7F 65 0 2C 37 B C 44 40
Octal 342 177 145 0 54 67 13 14 104 100
Binary 11100010 1111111 1100101 0 101100 110111 1011 1100 1000100 1000000

Color Harmonies of #E27F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27F65

Black with #E27F65

Text Example


Text Example

White with #E27F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27F65; }

 p { color: rgb(226,127,101); }

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

background-color css

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

 a { background-color: rgb(226,127,101); }

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

border-color css

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

 span { border-color: rgb(226,127,101); }

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