Html Css Color HEX #E69769 Copper

📋 copy color: '#E69769'

red 230 ◦ green 151 ◦ blue 105

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

Shades of Copper #E69769

Tints of Copper #E69769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.6%

R = 47.33%
G = 31.07%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E69769 (or 0xE69769) is known color: Copper. HEX triplet: E6, 97 and 69. RGB value is (230,151,105). Sum of RGB (Red+Green+Blue) = 230+151+105=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E69769 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69769 is #196896. Grayscale: #A9A9A9. Windows color (decimal): -1665175 or 6920166. OLE color: 6920166.

HSL color Cylindrical-coordinate representation of color #E69769: hue angle of 22.08º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E69769 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 151 105 -
CMYK 0 0.34 0.54 0.10
HSL 22.08º 0.71% 0.66% -
HSV(B) 22.08º 0.54% 0.9% -
XYZ 46.25 39.98 18.64 -
YUV 169.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 230 151 105 0 0.34 0.54 0.10 22.08 0.71 0.66
Hex E6 97 69 0 22 36 A 16 47 42
Octal 346 227 151 0 42 66 12 26 107 102
Binary 11100110 10010111 1101001 0 100010 110110 1010 10110 1000111 1000010

Color Harmonies of #E69769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69769

Black with #E69769

Text Example


Text Example

White with #E69769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69769; }

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

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

background-color css

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

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

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

border-color css

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

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

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