Html Css Color HEX #E68A6C Copper

📋 copy color: '#E68A6C'

red 230 ◦ green 138 ◦ blue 108

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

Shades of Copper #E68A6C

Tints of Copper #E68A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.69%

R = 48.32%
G = 28.99%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E68A6C (or 0xE68A6C) is known color: Copper. HEX triplet: E6, 8A and 6C. RGB value is (230,138,108). Sum of RGB (Red+Green+Blue) = 230+138+108=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A6C is #197593. Grayscale: #A2A2A2. Windows color (decimal): -1668500 or 7113446. OLE color: 7113446.

HSL color Cylindrical-coordinate representation of color #E68A6C: hue angle of 14.75º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E68A6C is Cyan = 0, Magento = 0.4, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 138 108 -
CMYK 0 0.4 0.53 0.10
HSL 14.75º 0.71% 0.66% -
HSV(B) 14.75º 0.53% 0.9% -
XYZ 44.43 36.08 18.81 -
YUV 162.09 97.48 176.44 -
System Red Green Blue C M Y K H S L
Decimal 230 138 108 0 0.4 0.53 0.10 14.75 0.71 0.66
Hex E6 8A 6C 0 28 35 A F 47 42
Octal 346 212 154 0 50 65 12 17 107 102
Binary 11100110 10001010 1101100 0 101000 110101 1010 1111 1000111 1000010

Color Harmonies of #E68A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A6C

Black with #E68A6C

Text Example


Text Example

White with #E68A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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