Html Css Color HEX #EC8F64 Copper

📋 copy color: '#EC8F64'

red 236 ◦ green 143 ◦ blue 100

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

Shades of Copper #EC8F64

Tints of Copper #EC8F64

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.85%

 BLUE value IS 100 (39.45% from 255) = 20.88%

R = 49.27%
G = 29.85%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC8F64 (or 0xEC8F64) is known color: Copper. HEX triplet: EC, 8F and 64. RGB value is (236,143,100). Sum of RGB (Red+Green+Blue) = 236+143+100=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F64 is #13709B. Grayscale: #A6A6A6. Windows color (decimal): -1274012 or 6590444. OLE color: 6590444.

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

Color convert

RGB 236 143 100 -
CMYK 0 0.39 0.58 0.07
HSL 18.97º 0.78% 0.66% -
HSV(B) 18.97º 0.58% 0.93% -
XYZ 46.71 38.4 17.01 -
YUV 165.91 90.81 178 -
System Red Green Blue C M Y K H S L
Decimal 236 143 100 0 0.39 0.58 0.07 18.97 0.78 0.66
Hex EC 8F 64 0 27 3A 7 13 4E 42
Octal 354 217 144 0 47 72 7 23 116 102
Binary 11101100 10001111 1100100 0 100111 111010 111 10011 1001110 1000010

Color Harmonies of #EC8F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F64

Black with #EC8F64

Text Example


Text Example

White with #EC8F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F64; }

 p { color: rgb(236,143,100); }

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

background-color css

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

 a { background-color: rgb(236,143,100); }

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

border-color css

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

 span { border-color: rgb(236,143,100); }

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