Html Css Color HEX #E69465 Copper

📋 copy color: '#E69465'

red 230 ◦ green 148 ◦ blue 101

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

Shades of Copper #E69465

Tints of Copper #E69465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.9%

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

R = 48.02%
G = 30.9%
B = 21.09%

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

#E69465 (or 0xE69465) is known color: Copper. HEX triplet: E6, 94 and 65. RGB value is (230,148,101). Sum of RGB (Red+Green+Blue) = 230+148+101=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E69465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69465 is #196B9A. Grayscale: #A7A7A7. Windows color (decimal): -1665947 or 6657254. OLE color: 6657254.

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

Color convert

RGB 230 148 101 -
CMYK 0 0.36 0.56 0.10
HSL 21.86º 0.72% 0.65% -
HSV(B) 21.86º 0.56% 0.9% -
XYZ 45.57 38.94 17.43 -
YUV 167.16 90.67 172.82 -
System Red Green Blue C M Y K H S L
Decimal 230 148 101 0 0.36 0.56 0.10 21.86 0.72 0.65
Hex E6 94 65 0 24 38 A 16 48 41
Octal 346 224 145 0 44 70 12 26 110 101
Binary 11100110 10010100 1100101 0 100100 111000 1010 10110 1001000 1000001

Color Harmonies of #E69465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69465

Black with #E69465

Text Example


Text Example

White with #E69465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69465; }

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

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

background-color css

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

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

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

border-color css

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

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

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