Html Css Color HEX #E69365 Copper

📋 copy color: '#E69365'

red 230 ◦ green 147 ◦ blue 101

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

Shades of Copper #E69365

Tints of Copper #E69365

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.75%

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

R = 48.12%
G = 30.75%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E69365 (or 0xE69365) is known color: Copper. HEX triplet: E6, 93 and 65. RGB value is (230,147,101). Sum of RGB (Red+Green+Blue) = 230+147+101=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E69365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69365 is #196C9A. Grayscale: #A6A6A6. Windows color (decimal): -1666203 or 6656998. OLE color: 6656998.

HSL color Cylindrical-coordinate representation of color #E69365: hue angle of 21.4º 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 #E69365 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 147 101 -
CMYK 0 0.36 0.56 0.10
HSL 21.4º 0.72% 0.65% -
HSV(B) 21.4º 0.56% 0.9% -
XYZ 45.42 38.63 17.37 -
YUV 166.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 230 147 101 0 0.36 0.56 0.10 21.4 0.72 0.65
Hex E6 93 65 0 24 38 A 15 48 41
Octal 346 223 145 0 44 70 12 25 110 101
Binary 11100110 10010011 1100101 0 100100 111000 1010 10101 1001000 1000001

Color Harmonies of #E69365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69365

Black with #E69365

Text Example


Text Example

White with #E69365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69365; }

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

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

background-color css

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

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

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

border-color css

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

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

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