Html Css Color HEX #E69260 Copper

📋 copy color: '#E69260'

red 230 ◦ green 146 ◦ blue 96

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

Shades of Copper #E69260

Tints of Copper #E69260

RGB

 RED value IS 230 (90.23% from 255) = 48.73%

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

 BLUE value IS 96 (37.89% from 255) = 20.34%

R = 48.73%
G = 30.93%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E69260 (or 0xE69260) is known color: Copper. HEX triplet: E6, 92 and 60. RGB value is (230,146,96). Sum of RGB (Red+Green+Blue) = 230+146+96=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E69260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69260 is #196D9F. Grayscale: #A5A5A5. Windows color (decimal): -1666464 or 6329062. OLE color: 6329062.

HSL color Cylindrical-coordinate representation of color #E69260: hue angle of 22.39º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E69260 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 146 96 -
CMYK 0 0.37 0.58 0.10
HSL 22.39º 0.73% 0.64% -
HSV(B) 22.39º 0.58% 0.9% -
XYZ 45.02 38.23 16.07 -
YUV 165.42 88.83 174.07 -
System Red Green Blue C M Y K H S L
Decimal 230 146 96 0 0.37 0.58 0.10 22.39 0.73 0.64
Hex E6 92 60 0 25 3A A 16 49 40
Octal 346 222 140 0 45 72 12 26 111 100
Binary 11100110 10010010 1100000 0 100101 111010 1010 10110 1001001 1000000

Color Harmonies of #E69260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69260

Black with #E69260

Text Example


Text Example

White with #E69260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69260; }

 p { color: rgb(230,146,96); }

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

background-color css

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

 a { background-color: rgb(230,146,96); }

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

border-color css

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

 span { border-color: rgb(230,146,96); }

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