Html Css Color HEX #E69768 Copper

📋 copy color: '#E69768'

red 230 ◦ green 151 ◦ blue 104

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

Shades of Copper #E69768

Tints of Copper #E69768

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.13%

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

R = 47.42%
G = 31.13%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E69768 (or 0xE69768) is known color: Copper. HEX triplet: E6, 97 and 68. RGB value is (230,151,104). Sum of RGB (Red+Green+Blue) = 230+151+104=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E69768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69768 is #196897. Grayscale: #A9A9A9. Windows color (decimal): -1665176 or 6854630. OLE color: 6854630.

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

Color convert

RGB 230 151 104 -
CMYK 0 0.34 0.55 0.10
HSL 22.38º 0.72% 0.65% -
HSV(B) 22.38º 0.55% 0.9% -
XYZ 46.2 39.96 18.37 -
YUV 169.26 91.17 171.32 -
System Red Green Blue C M Y K H S L
Decimal 230 151 104 0 0.34 0.55 0.10 22.38 0.72 0.65
Hex E6 97 68 0 22 37 A 16 48 41
Octal 346 227 150 0 42 67 12 26 110 101
Binary 11100110 10010111 1101000 0 100010 110111 1010 10110 1001000 1000001

Color Harmonies of #E69768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69768

Black with #E69768

Text Example


Text Example

White with #E69768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69768; }

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

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

background-color css

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

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

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

border-color css

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

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

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