Html Css Color HEX #E69366 Copper

📋 copy color: '#E69366'

red 230 ◦ green 147 ◦ blue 102

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

Shades of Copper #E69366

Tints of Copper #E69366

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.69%

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

R = 48.02%
G = 30.69%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E69366 (or 0xE69366) is known color: Copper. HEX triplet: E6, 93 and 66. RGB value is (230,147,102). Sum of RGB (Red+Green+Blue) = 230+147+102=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E69366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69366 is #196C99. Grayscale: #A6A6A6. Windows color (decimal): -1666202 or 6722534. OLE color: 6722534.

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

Color convert

RGB 230 147 102 -
CMYK 0 0.36 0.56 0.10
HSL 21.09º 0.72% 0.65% -
HSV(B) 21.09º 0.56% 0.9% -
XYZ 45.47 38.65 17.63 -
YUV 166.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 230 147 102 0 0.36 0.56 0.10 21.09 0.72 0.65
Hex E6 93 66 0 24 38 A 15 48 41
Octal 346 223 146 0 44 70 12 25 110 101
Binary 11100110 10010011 1100110 0 100100 111000 1010 10101 1001000 1000001

Color Harmonies of #E69366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69366

Black with #E69366

Text Example


Text Example

White with #E69366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69366; }

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

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

background-color css

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

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

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

border-color css

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

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

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