Html Css Color HEX #E69168 Copper

📋 copy color: '#E69168'

red 230 ◦ green 145 ◦ blue 104

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

Shades of Copper #E69168

Tints of Copper #E69168

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.27%

 BLUE value IS 104 (41.02% from 255) = 21.71%

R = 48.02%
G = 30.27%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E69168 (or 0xE69168) is known color: Copper. HEX triplet: E6, 91 and 68. RGB value is (230,145,104). Sum of RGB (Red+Green+Blue) = 230+145+104=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E69168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69168 is #196E97. Grayscale: #A5A5A5. Windows color (decimal): -1666712 or 6853094. OLE color: 6853094.

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

Color convert

RGB 230 145 104 -
CMYK 0 0.37 0.55 0.10
HSL 19.52º 0.72% 0.65% -
HSV(B) 19.52º 0.55% 0.9% -
XYZ 45.26 38.07 18.06 -
YUV 165.74 93.16 173.83 -
System Red Green Blue C M Y K H S L
Decimal 230 145 104 0 0.37 0.55 0.10 19.52 0.72 0.65
Hex E6 91 68 0 25 37 A 14 48 41
Octal 346 221 150 0 45 67 12 24 110 101
Binary 11100110 10010001 1101000 0 100101 110111 1010 10100 1001000 1000001

Color Harmonies of #E69168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69168

Black with #E69168

Text Example


Text Example

White with #E69168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69168; }

 p { color: rgb(230,145,104); }

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

background-color css

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

 a { background-color: rgb(230,145,104); }

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

border-color css

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

 span { border-color: rgb(230,145,104); }

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