Html Css Color HEX #E69065 Copper

📋 copy color: '#E69065'

red 230 ◦ green 144 ◦ blue 101

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

Shades of Copper #E69065

Tints of Copper #E69065

RGB

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

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

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

R = 48.42%
G = 30.32%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E69065 (or 0xE69065) is known color: Copper. HEX triplet: E6, 90 and 65. RGB value is (230,144,101). Sum of RGB (Red+Green+Blue) = 230+144+101=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E69065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69065 is #196F9A. Grayscale: #A5A5A5. Windows color (decimal): -1666971 or 6656230. OLE color: 6656230.

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

Color convert

RGB 230 144 101 -
CMYK 0 0.37 0.56 0.10
HSL 20º 0.72% 0.65% -
HSV(B) 20º 0.56% 0.9% -
XYZ 44.96 37.71 17.22 -
YUV 164.81 91.99 174.5 -
System Red Green Blue C M Y K H S L
Decimal 230 144 101 0 0.37 0.56 0.10 20 0.72 0.65
Hex E6 90 65 0 25 38 A 14 48 41
Octal 346 220 145 0 45 70 12 24 110 101
Binary 11100110 10010000 1100101 0 100101 111000 1010 10100 1001000 1000001

Color Harmonies of #E69065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69065

Black with #E69065

Text Example


Text Example

White with #E69065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69065; }

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

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

background-color css

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

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

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

border-color css

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

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

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