Html Css Color HEX #EC8A68 Copper

📋 copy color: '#EC8A68'

red 236 ◦ green 138 ◦ blue 104

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

Shades of Copper #EC8A68

Tints of Copper #EC8A68

RGB

 RED value IS 236 (92.58% from 255) = 49.37%

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

 BLUE value IS 104 (41.02% from 255) = 21.76%

R = 49.37%
G = 28.87%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC8A68 (or 0xEC8A68) is known color: Copper. HEX triplet: EC, 8A and 68. RGB value is (236,138,104). Sum of RGB (Red+Green+Blue) = 236+138+104=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A68 is #137597. Grayscale: #A3A3A3. Windows color (decimal): -1275288 or 6851308. OLE color: 6851308.

HSL color Cylindrical-coordinate representation of color #EC8A68: hue angle of 15.45º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC8A68 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 138 104 -
CMYK 0 0.42 0.56 0.07
HSL 15.45º 0.78% 0.67% -
HSV(B) 15.45º 0.56% 0.93% -
XYZ 46.18 37.01 17.81 -
YUV 163.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 236 138 104 0 0.42 0.56 0.07 15.45 0.78 0.67
Hex EC 8A 68 0 2A 38 7 F 4E 43
Octal 354 212 150 0 52 70 7 17 116 103
Binary 11101100 10001010 1101000 0 101010 111000 111 1111 1001110 1000011

Color Harmonies of #EC8A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8A68

Black with #EC8A68

Text Example


Text Example

White with #EC8A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8A68; }

 p { color: rgb(236,138,104); }

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

background-color css

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

 a { background-color: rgb(236,138,104); }

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

border-color css

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

 span { border-color: rgb(236,138,104); }

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