Html Css Color HEX #ED8666 Copper

📋 copy color: '#ED8666'

red 237 ◦ green 134 ◦ blue 102

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

Shades of Copper #ED8666

Tints of Copper #ED8666

RGB

 RED value IS 237 (92.97% from 255) = 50.11%

 GREEN value IS 134 (52.73% from 255) = 28.33%

 BLUE value IS 102 (40.23% from 255) = 21.56%

R = 50.11%
G = 28.33%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED8666 (or 0xED8666) is known color: Copper. HEX triplet: ED, 86 and 66. RGB value is (237,134,102). Sum of RGB (Red+Green+Blue) = 237+134+102=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8666 is #127999. Grayscale: #A1A1A1. Windows color (decimal): -1210778 or 6719213. OLE color: 6719213.

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

Color convert

RGB 237 134 102 -
CMYK 0 0.43 0.57 0.07
HSL 14.22º 0.79% 0.66% -
HSV(B) 14.22º 0.57% 0.93% -
XYZ 45.85 36.01 17.11 -
YUV 161.15 94.62 182.1 -
System Red Green Blue C M Y K H S L
Decimal 237 134 102 0 0.43 0.57 0.07 14.22 0.79 0.66
Hex ED 86 66 0 2B 39 7 E 4F 42
Octal 355 206 146 0 53 71 7 16 117 102
Binary 11101101 10000110 1100110 0 101011 111001 111 1110 1001111 1000010

Color Harmonies of #ED8666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8666

Black with #ED8666

Text Example


Text Example

White with #ED8666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8666; }

 p { color: rgb(237,134,102); }

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

background-color css

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

 a { background-color: rgb(237,134,102); }

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

border-color css

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

 span { border-color: rgb(237,134,102); }

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