Html Css Color HEX #E69069 Copper

📋 copy color: '#E69069'

red 230 ◦ green 144 ◦ blue 105

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

Shades of Copper #E69069

Tints of Copper #E69069

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.06%

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

R = 48.02%
G = 30.06%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E69069 (or 0xE69069) is known color: Copper. HEX triplet: E6, 90 and 69. RGB value is (230,144,105). Sum of RGB (Red+Green+Blue) = 230+144+105=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E69069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69069 is #196F96. Grayscale: #A5A5A5. Windows color (decimal): -1666967 or 6918374. OLE color: 6918374.

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

Color convert

RGB 230 144 105 -
CMYK 0 0.37 0.54 0.10
HSL 18.72º 0.71% 0.66% -
HSV(B) 18.72º 0.54% 0.9% -
XYZ 45.16 37.79 18.28 -
YUV 165.27 93.99 174.17 -
System Red Green Blue C M Y K H S L
Decimal 230 144 105 0 0.37 0.54 0.10 18.72 0.71 0.66
Hex E6 90 69 0 25 36 A 13 47 42
Octal 346 220 151 0 45 66 12 23 107 102
Binary 11100110 10010000 1101001 0 100101 110110 1010 10011 1000111 1000010

Color Harmonies of #E69069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69069

Black with #E69069

Text Example


Text Example

White with #E69069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69069; }

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

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

background-color css

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

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

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

border-color css

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

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

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