Html Css Color HEX #E18A6A Copper

📋 copy color: '#E18A6A'

red 225 ◦ green 138 ◦ blue 106

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

Shades of Copper #E18A6A

Tints of Copper #E18A6A

RGB

 RED value IS 225 (88.28% from 255) = 47.97%

 GREEN value IS 138 (54.3% from 255) = 29.42%

 BLUE value IS 106 (41.8% from 255) = 22.6%

R = 47.97%
G = 29.42%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E18A6A (or 0xE18A6A) is known color: Copper. HEX triplet: E1, 8A and 6A. RGB value is (225,138,106). Sum of RGB (Red+Green+Blue) = 225+138+106=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A6A is #1E7595. Grayscale: #A0A0A0. Windows color (decimal): -1996182 or 6982369. OLE color: 6982369.

HSL color Cylindrical-coordinate representation of color #E18A6A: hue angle of 16.13º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E18A6A is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 138 106 -
CMYK 0 0.39 0.53 0.12
HSL 16.13º 0.66% 0.65% -
HSV(B) 16.13º 0.53% 0.88% -
XYZ 42.74 35.23 18.18 -
YUV 160.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 225 138 106 0 0.39 0.53 0.12 16.13 0.66 0.65
Hex E1 8A 6A 0 27 35 C 10 42 41
Octal 341 212 152 0 47 65 14 20 102 101
Binary 11100001 10001010 1101010 0 100111 110101 1100 10000 1000010 1000001

Color Harmonies of #E18A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A6A

Black with #E18A6A

Text Example


Text Example

White with #E18A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A6A; }

 p { color: rgb(225,138,106); }

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

background-color css

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

 a { background-color: rgb(225,138,106); }

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

border-color css

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

 span { border-color: rgb(225,138,106); }

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