Html Css Color HEX #E69566 Copper

📋 copy color: '#E69566'

red 230 ◦ green 149 ◦ blue 102

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

Shades of Copper #E69566

Tints of Copper #E69566

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.98%

 BLUE value IS 102 (40.23% from 255) = 21.21%

R = 47.82%
G = 30.98%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E69566 (or 0xE69566) is known color: Copper. HEX triplet: E6, 95 and 66. RGB value is (230,149,102). Sum of RGB (Red+Green+Blue) = 230+149+102=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E69566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69566 is #196A99. Grayscale: #A8A8A8. Windows color (decimal): -1665690 or 6723046. OLE color: 6723046.

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

Color convert

RGB 230 149 102 -
CMYK 0 0.35 0.56 0.10
HSL 22.03º 0.72% 0.65% -
HSV(B) 22.03º 0.56% 0.9% -
XYZ 45.78 39.28 17.74 -
YUV 167.86 90.84 172.32 -
System Red Green Blue C M Y K H S L
Decimal 230 149 102 0 0.35 0.56 0.10 22.03 0.72 0.65
Hex E6 95 66 0 23 38 A 16 48 41
Octal 346 225 146 0 43 70 12 26 110 101
Binary 11100110 10010101 1100110 0 100011 111000 1010 10110 1001000 1000001

Color Harmonies of #E69566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69566

Black with #E69566

Text Example


Text Example

White with #E69566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69566; }

 p { color: rgb(230,149,102); }

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

background-color css

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

 a { background-color: rgb(230,149,102); }

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

border-color css

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

 span { border-color: rgb(230,149,102); }

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