Html Css Color HEX #ED8566 Copper

📋 copy color: '#ED8566'

red 237 ◦ green 133 ◦ blue 102

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

Shades of Copper #ED8566

Tints of Copper #ED8566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.18%

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

R = 50.21%
G = 28.18%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED8566 (or 0xED8566) is known color: Copper. HEX triplet: ED, 85 and 66. RGB value is (237,133,102). Sum of RGB (Red+Green+Blue) = 237+133+102=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8566 is #127A99. Grayscale: #A0A0A0. Windows color (decimal): -1211034 or 6718957. OLE color: 6718957.

HSL color Cylindrical-coordinate representation of color #ED8566: hue angle of 13.78º 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 #ED8566 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 133 102 -
CMYK 0 0.44 0.57 0.07
HSL 13.78º 0.79% 0.66% -
HSV(B) 13.78º 0.57% 0.93% -
XYZ 45.71 35.74 17.06 -
YUV 160.56 94.96 182.52 -
System Red Green Blue C M Y K H S L
Decimal 237 133 102 0 0.44 0.57 0.07 13.78 0.79 0.66
Hex ED 85 66 0 2C 39 7 E 4F 42
Octal 355 205 146 0 54 71 7 16 117 102
Binary 11101101 10000101 1100110 0 101100 111001 111 1110 1001111 1000010

Color Harmonies of #ED8566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8566

Black with #ED8566

Text Example


Text Example

White with #ED8566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8566; }

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

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

background-color css

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

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

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

border-color css

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

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

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