Html Css Color HEX #E29265 Copper

📋 copy color: '#E29265'

red 226 ◦ green 146 ◦ blue 101

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

Shades of Copper #E29265

Tints of Copper #E29265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.87%

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

R = 47.78%
G = 30.87%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E29265 (or 0xE29265) is known color: Copper. HEX triplet: E2, 92 and 65. RGB value is (226,146,101). Sum of RGB (Red+Green+Blue) = 226+146+101=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E29265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29265 is #1D6D9A. Grayscale: #A5A5A5. Windows color (decimal): -1928603 or 6656738. OLE color: 6656738.

HSL color Cylindrical-coordinate representation of color #E29265: hue angle of 21.6º 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 #E29265 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 146 101 -
CMYK 0 0.35 0.55 0.11
HSL 21.6º 0.68% 0.64% -
HSV(B) 21.6º 0.55% 0.89% -
XYZ 43.99 37.67 17.26 -
YUV 164.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 226 146 101 0 0.35 0.55 0.11 21.6 0.68 0.64
Hex E2 92 65 0 23 37 B 16 44 40
Octal 342 222 145 0 43 67 13 26 104 100
Binary 11100010 10010010 1100101 0 100011 110111 1011 10110 1000100 1000000

Color Harmonies of #E29265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29265

Black with #E29265

Text Example


Text Example

White with #E29265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29265; }

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

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

background-color css

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

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

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

border-color css

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

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

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