Html Css Color HEX #E68A5D Copper

📋 copy color: '#E68A5D'

red 230 ◦ green 138 ◦ blue 93

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

Shades of Copper #E68A5D

Tints of Copper #E68A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.17%

R = 49.89%
G = 29.93%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E68A5D (or 0xE68A5D) is known color: Copper. HEX triplet: E6, 8A and 5D. RGB value is (230,138,93). Sum of RGB (Red+Green+Blue) = 230+138+93=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A5D is #1975A2. Grayscale: #A0A0A0. Windows color (decimal): -1668515 or 6130406. OLE color: 6130406.

HSL color Cylindrical-coordinate representation of color #E68A5D: hue angle of 19.71º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E68A5D is Cyan = 0, Magento = 0.4, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 138 93 -
CMYK 0 0.4 0.60 0.10
HSL 19.71º 0.73% 0.63% -
HSV(B) 19.71º 0.6% 0.9% -
XYZ 43.7 35.79 14.96 -
YUV 160.38 89.98 177.66 -
System Red Green Blue C M Y K H S L
Decimal 230 138 93 0 0.4 0.60 0.10 19.71 0.73 0.63
Hex E6 8A 5D 0 28 3C A 14 49 3F
Octal 346 212 135 0 50 74 12 24 111 77
Binary 11100110 10001010 1011101 0 101000 111100 1010 10100 1001001 111111

Color Harmonies of #E68A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A5D

Black with #E68A5D

Text Example


Text Example

White with #E68A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A5D; }

 p { color: rgb(230,138,93); }

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

background-color css

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

 a { background-color: rgb(230,138,93); }

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

border-color css

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

 span { border-color: rgb(230,138,93); }

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