Html Css Color HEX #E69062 Copper

📋 copy color: '#E69062'

red 230 ◦ green 144 ◦ blue 98

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

Shades of Copper #E69062

Tints of Copper #E69062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.51%

 BLUE value IS 98 (38.67% from 255) = 20.76%

R = 48.73%
G = 30.51%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E69062 (or 0xE69062) is known color: Copper. HEX triplet: E6, 90 and 62. RGB value is (230,144,98). Sum of RGB (Red+Green+Blue) = 230+144+98=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E69062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69062 is #196F9D. Grayscale: #A4A4A4. Windows color (decimal): -1666974 or 6459622. OLE color: 6459622.

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

Color convert

RGB 230 144 98 -
CMYK 0 0.37 0.57 0.10
HSL 20.91º 0.73% 0.64% -
HSV(B) 20.91º 0.57% 0.9% -
XYZ 44.81 37.65 16.46 -
YUV 164.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 230 144 98 0 0.37 0.57 0.10 20.91 0.73 0.64
Hex E6 90 62 0 25 39 A 15 49 40
Octal 346 220 142 0 45 71 12 25 111 100
Binary 11100110 10010000 1100010 0 100101 111001 1010 10101 1001001 1000000

Color Harmonies of #E69062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69062

Black with #E69062

Text Example


Text Example

White with #E69062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69062; }

 p { color: rgb(230,144,98); }

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

background-color css

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

 a { background-color: rgb(230,144,98); }

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

border-color css

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

 span { border-color: rgb(230,144,98); }

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